Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49207 - in branches/release/libs/wave/samples: preprocess_pragma_output quick_start
From: hartmut.kaiser_at_[hidden]
Date: 2008-10-09 09:12:43


Author: hkaiser
Date: 2008-10-09 09:12:43 EDT (Thu, 09 Oct 2008)
New Revision: 49207
URL: http://svn.boost.org/trac/boost/changeset/49207

Log:
Wave: merging cosmetic changes to branch
Text files modified:
   branches/release/libs/wave/samples/preprocess_pragma_output/example.cpp | 2 +-
   branches/release/libs/wave/samples/quick_start/quick_start.cpp | 12 ++++++------
   2 files changed, 7 insertions(+), 7 deletions(-)

Modified: branches/release/libs/wave/samples/preprocess_pragma_output/example.cpp
==============================================================================
--- branches/release/libs/wave/samples/preprocess_pragma_output/example.cpp (original)
+++ branches/release/libs/wave/samples/preprocess_pragma_output/example.cpp 2008-10-09 09:12:43 EDT (Thu, 09 Oct 2008)
@@ -15,7 +15,7 @@
 // provided in the preprocess_pragma_output_hooks policy class. This
 // #pragma preprocesses the provided arguments in the current context.
 #pragma wave pp ( \
- "#define A() \"some text\" and more\n" \
+ "#define A() \"some text\" and more\n" \
         "#define B() 1.0\n" \
     ) \
     /**/

Modified: branches/release/libs/wave/samples/quick_start/quick_start.cpp
==============================================================================
--- branches/release/libs/wave/samples/quick_start/quick_start.cpp (original)
+++ branches/release/libs/wave/samples/quick_start/quick_start.cpp 2008-10-09 09:12:43 EDT (Thu, 09 Oct 2008)
@@ -65,13 +65,13 @@
         typedef boost::wave::context<std::string::iterator, lex_iterator_type>
             context_type;
 
- // The preprocessor iterator shouldn't be constructed directly. It is
- // to be generated through a wave::context<> object. This wave:context<>
- // object is to be used additionally to initialize and define different
- // parameters of the actual preprocessing (not done here).
+ // The preprocessor iterator shouldn't be constructed directly. It is
+ // to be generated through a wave::context<> object. This wave:context<>
+ // object is to be used additionally to initialize and define different
+ // parameters of the actual preprocessing (not done here).
     //
- // The preprocessing of the input stream is done on the fly behind the
- // scenes during iteration over the context_type::iterator_type stream.
+ // The preprocessing of the input stream is done on the fly behind the
+ // scenes during iteration over the context_type::iterator_type stream.
     context_type ctx (instring.begin(), instring.end(), argv[1]);
 
     // Get the preprocessor iterators and use them to generate


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk