Skip to content

Commit e35f913

Browse files
committed
[NB] Change c++ version in custom op nb
1 parent cbe36c8 commit e35f913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/advanced/2_custom_op.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
" f.write(cpp_code)\n",
355355
" builder = CppBuilder()\n",
356356
" # to enable additional debug features please uncommand the next line\n",
357-
" builder.append_includes(\"--std=c++11\")\n",
357+
" builder.append_includes(\"--std=c++17\")\n",
358358
" builder.append_includes(\"-O3\")\n",
359359
" builder.append_sources(codegen_dir + \"/*.cpp\")\n",
360360
" builder.set_executable_path(codegen_dir + \"/node_model\")\n",

0 commit comments

Comments
 (0)