We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8a81d commit 710394aCopy full SHA for 710394a
1 file changed
section0/test00.cpp
@@ -1,13 +1,14 @@
1
// Copyright (c) 2020 by Chrono
2
//
3
+// g++ test00.cpp -std=c++11 -o a.out;./a.out
4
// g++ test00.cpp -std=c++14 -o a.out;./a.out
5
// g++ test00.cpp -std=c++14 -I../common -o a.out;./a.out
6
7
// gcc -E -dM - < /dev/null
8
-//#include <iostream>
9
+#include <iostream>
10
-#include "std.hpp"
11
+//#include "std.hpp"
12
13
int main()
14
{
0 commit comments