[Boost-bugs] [Boost C++ Libraries] #6758: not all members was initialized by base_iteration_context constructor.

Subject: [Boost-bugs] [Boost C++ Libraries] #6758: not all members was initialized by base_iteration_context constructor.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-04-02 08:31:02


#6758: not all members was initialized by base_iteration_context constructor.
--------------------------------+-------------------------------------------
 Reporter: wuye9036@… | Owner: hkaiser
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: wave
  Version: Boost 1.48.0 | Severity: Problem
 Keywords: |
--------------------------------+-------------------------------------------
 This constructor (boost/wave/cpp_iteration_context.hpp, line 110):

    base_iteration_context(ContextT& ctx_,
             IteratorT const &first_, IteratorT const &last_,
             BOOST_WAVE_STRINGTYPE const &fname, std::size_t if_block_depth
 = 0,
             file_type type = main_file)
     : first(first_), last(last_), real_filename(fname),
         real_relative_filename(fname), filename(fname),
         line(1), emitted_lines(0), if_block_depth(if_block_depth),
 ctx(ctx_)

 ''base_iteration_context::type'' is not initialized by the argument of
 construct ''type''.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6758>
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:09 UTC