Re: [Boost-bugs] [Boost C++ Libraries] #11327: boost::wave produces non-existent tokens

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11327: boost::wave produces non-existent tokens
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-05-21 01:48:18


#11327: boost::wave produces non-existent tokens
----------------------------------+---------------------
  Reporter: Vyacheslav Andrejev | Owner: hkaiser
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: wave
   Version: Boost 1.57.0 | Severity: Problem
Resolution: invalid | Keywords:
----------------------------------+---------------------
Changes (by hkaiser):

 * status: new => closed
 * resolution: => invalid

Comment:

 This is on purpose as it reflects the token stream which would be
 generated by a preprocessor. If you don't want to see the #line directives
 generated, add:
 {{{
       WaveContext.set_language(
           boost::wave::enable_emit_line_directives(
               ctx.get_language(),
               0));
 }}}
 before iterating over the input (see here for more information:
 http://www.boost.org/doc/libs/1_58_0/libs/wave/doc/class_reference_context.html).

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11327#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC