We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5fa4d commit f95d8ecCopy full SHA for f95d8ec
section0/test00.cpp
@@ -18,4 +18,6 @@ int main()
18
cout << "gcc major = " << __GNUC__ << endl;
19
cout << "gcc minor = " << __GNUC_MINOR__ << endl;
20
cout << "gcc patch = " << __GNUC_PATCHLEVEL__ << endl;
21
+
22
+ cout << "libstdc++ = " << __GLIBCXX__ << endl;
23
}
0 commit comments