From: Jonathan Wakely
Table 3.1. C++ Command Options
| Option Flags | Description | |
|---|---|---|
-std=c++98 or -std=c++03
| Use the 1998 ISO C++ standard plus amendments. | |
-std=gnu++98 or -std=gnu++03
- | As directly above, with GNU extensions. | |
-std=c++11 | Use the 2011 ISO C++ standard. | |
-std=gnu++11 | As directly above, with GNU extensions. | |
-std=c++14 | Use the 2014 ISO C++ standard. | |
-std=gnu++14 | As directly above, with GNU extensions. | |
-fexceptions | See exception-free dialect | |
-frtti | As above, but RTTI-free dialect. | |
-pthread or -pthreads | For ISO C++11 + | As directly above, with GNU extensions. |
-std=c++11 | Use the 2011 ISO C++ standard. | |
-std=gnu++11 | As directly above, with GNU extensions. | |
-std=c++14 | Use the 2014 ISO C++ standard. | |
-std=gnu++14 | As directly above, with GNU extensions. | |
-fexceptions | See exception-free dialect | |
-frtti | As above, but RTTI-free dialect. | |
-pthread | For ISO C++11
<thread>,
<future>,
<mutex>,
diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml
index 231028e6b611..ee76fefa9f8c 100644
--- a/libstdc++-v3/doc/xml/manual/using.xml
+++ b/libstdc++-v3/doc/xml/manual/using.xml
@@ -78,7 +78,7 @@
|