Skip to content

Commit

Permalink
-std=c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Aug 3, 2019
1 parent 272dc97 commit 7e5a054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_build_markdown_cpp_cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
' return 0;\n'
'}\n'
'// End account_module_user.cpp\n'
'// Build command : g++ -Wall -g account_module.cpp account_module_user.cpp -o account_module_user\n'
'// Build command : g++ -Wall -std=c++11 -g account_module.cpp account_module_user.cpp -o account_module_user\n'
'```\n'
'\n')},
{'result': 0, 'cpp_filename': 'account_module_user.cpp'}],
Expand Down

0 comments on commit 7e5a054

Please sign in to comment.