We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe36c8 commit e35f913Copy full SHA for e35f913
1 file changed
notebooks/advanced/2_custom_op.ipynb
@@ -354,7 +354,7 @@
354
" f.write(cpp_code)\n",
355
" builder = CppBuilder()\n",
356
" # to enable additional debug features please uncommand the next line\n",
357
- " builder.append_includes(\"--std=c++11\")\n",
+ " builder.append_includes(\"--std=c++17\")\n",
358
" builder.append_includes(\"-O3\")\n",
359
" builder.append_sources(codegen_dir + \"/*.cpp\")\n",
360
" builder.set_executable_path(codegen_dir + \"/node_model\")\n",
0 commit comments