$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85640 - in trunk/libs/wave: . doc
From: hartmut.kaiser_at_[hidden]
Date: 2013-09-10 08:20:48
Author: hkaiser
Date: 2013-09-10 08:20:48 EDT (Tue, 10 Sep 2013)
New Revision: 85640
URL: http://svn.boost.org/trac/boost/changeset/85640
Log:
Fixed #9098: Wave driver option --c++0x invalid
Text files modified: 
   trunk/libs/wave/ChangeLog            |     1 +                                       
   trunk/libs/wave/doc/wave_driver.html |     6 +++---                                  
   2 files changed, 4 insertions(+), 3 deletions(-)
Modified: trunk/libs/wave/ChangeLog
==============================================================================
--- trunk/libs/wave/ChangeLog	Tue Sep 10 08:12:43 2013	(r85639)
+++ trunk/libs/wave/ChangeLog	2013-09-10 08:20:48 EDT (Tue, 10 Sep 2013)	(r85640)
@@ -22,6 +22,7 @@
 
 Boost V1.55:
  - Fixed #8848: Wave driver improperly processes 0xFFFFui64 token
+ - Fixed #9098: Wave driver option --c++0x invalid
 
 Boost V1.54:
  - Fixed #8478: Make Boost.wave compatible with Clang's -Wimplicit-fallthrough 
Modified: trunk/libs/wave/doc/wave_driver.html
==============================================================================
--- trunk/libs/wave/doc/wave_driver.html	Tue Sep 10 08:12:43 2013	(r85639)
+++ trunk/libs/wave/doc/wave_driver.html	2013-09-10 08:20:48 EDT (Tue, 10 Sep 2013)	(r85640)
@@ -56,7 +56,7 @@
     --long_long:                 enable long long support if C++ mode
     --variadics:                 enable variadics and placemarkers in C++ mode
     --c99:                       enable C99 mode (implies variadics and placemarkers)
-    --c++0x                      enable C++0x mode (implies --variadics and --long_long)
+    --c++11                      enable C++11 mode (implies --variadics and --long_long)
     -l [ --listincludes ] arg:   list included file to a file [arg] or to stdout [-]
     -m [ --macronames ] arg:     list names of all defined macros to a file [arg] or 
                                  to stdout [-]
@@ -192,9 +192,9 @@
     about predefined macros you may look here. 
   </p>
 </blockquote>
-<p dir="ltr">--c++0x</p>
+<p dir="ltr">--c++11</p>
 <blockquote>
-  <p dir="ltr">Enable the C++0x mode. This mode enables C++0x specific keywords and features, such
+  <p dir="ltr">Enable the C++11 mode. This mode enables C++11 specific keywords and features, such
     as variadics (macros with variable parameter lists), placemarkers (empty macro 
     arguments) and <tt>operator _Pragma</tt> support. 
     Several predefined macros are different for this mode, for more information