We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95d8ec commit 34ceae6Copy full SHA for 34ceae6
common/std.hpp
@@ -1,7 +1,7 @@
1
// Copyright (c) 2020 by Chrono
2
3
-#ifndef _COMMON_STD_HPP_INCLUDED_
4
-#define _COMMON_STD_HPP_INCLUDED_
+#ifndef _COMMON_STD_HPP
+#define _COMMON_STD_HPP
5
6
#include <cassert>
7
@@ -16,5 +16,5 @@
16
17
//never 'using namespace std;' in c++ header
18
19
-#endif //_COMMON_STD_HPP_INCLUDED_
+#endif //_COMMON_STD_HPP
20
section0/test00.cpp
@@ -3,7 +3,7 @@
// g++ test00.cpp -std=c++14 -o a.out;./a.out
// g++ test00.cpp -std=c++14 -I../common -o a.out;./a.out
-#include <iostream>
+//#include <iostream>
8
#include "std.hpp"
9
0 commit comments