Skip to content

Commit 710394a

Browse files
committed
test00.cpp
1 parent fa8a81d commit 710394a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

section0/test00.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
// Copyright (c) 2020 by Chrono
22
//
3+
// g++ test00.cpp -std=c++11 -o a.out;./a.out
34
// g++ test00.cpp -std=c++14 -o a.out;./a.out
45
// g++ test00.cpp -std=c++14 -I../common -o a.out;./a.out
56
//
67
// gcc -E -dM - < /dev/null
78

8-
//#include <iostream>
9+
#include <iostream>
910

10-
#include "std.hpp"
11+
//#include "std.hpp"
1112

1213
int main()
1314
{

0 commit comments

Comments
 (0)