From da67e10f59fedf3034bcc69a9eee354cb87af957 Mon Sep 17 00:00:00 2001
From: bkoz
Date: Thu, 14 Mar 2013 03:13:14 +0000
Subject: 2013-03-13 Benjamin Kosnik
* doc/html/*: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196647 138bc75d-0d04-0410-961f-82ee72b054a4
---
libstdc++-v3/doc/html/manual/using.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'libstdc++-v3/doc/html/manual/using.html')
diff --git a/libstdc++-v3/doc/html/manual/using.html b/libstdc++-v3/doc/html/manual/using.html
index 984577c5a35..259ed27dd67 100644
--- a/libstdc++-v3/doc/html/manual/using.html
+++ b/libstdc++-v3/doc/html/manual/using.html
@@ -10,5 +10,5 @@
enumerated and detailed in the table below.
By default, g++ is equivalent to g++ -std=gnu++98. The standard library also defaults to this dialect.
-
Table 3.1. C++ Command Options
Option Flags | Description |
---|
-std=c++98 | Use the 1998 ISO C++ standard plus amendments. |
-std=gnu++98 | As directly above, with GNU extensions. |
-std=c++11 | Use the 2011 ISO C++ standard. |
-std=gnu++11 | 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 <thread>, <future>,
+ Table 3.1. C++ Command Options Option Flags | Description |
---|
-std=c++98 | Use the 1998 ISO C++ standard plus amendments. | -std=gnu++98 | As directly above, with GNU extensions. | -std=c++11 | Use the 2011 ISO C++ standard. | -std=gnu++11 | 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 <thread>, <future>,
<mutex>, or <condition_variable>. | -fopenmp | For parallel mode. |
|