Skip to content

Commit f95d8ec

Browse files
committed
test00.cpp
1 parent 5a5fa4d commit f95d8ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

section0/test00.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ int main()
1818
cout << "gcc major = " << __GNUC__ << endl;
1919
cout << "gcc minor = " << __GNUC_MINOR__ << endl;
2020
cout << "gcc patch = " << __GNUC_PATCHLEVEL__ << endl;
21+
22+
cout << "libstdc++ = " << __GLIBCXX__ << endl;
2123
}

0 commit comments

Comments
 (0)