We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84ba04 commit be4c675Copy full SHA for be4c675
1 file changed
section1/test03.cpp
@@ -24,6 +24,8 @@ void case1()
24
25
#if __GNUC__ <= 4
26
cout << "gcc is too old" << endl;
27
+#else
28
+ cout << "gcc is good enough" << endl;
29
#endif
30
31
#ifndef NDEBUG
0 commit comments