Boost C++ Libraries: Ticket #6758: not all members was initialized by base_iteration_context constructor. https://svn.boost.org/trac10/ticket/6758 <p> This constructor (boost/wave/cpp_iteration_context.hpp, line 110): </p> <blockquote> <p> base_iteration_context(ContextT&amp; ctx_, </p> <blockquote> <p> IteratorT const &amp;first_, IteratorT const &amp;last_, BOOST_WAVE_STRINGTYPE const &amp;fname, std::size_t if_block_depth = 0, file_type type = main_file) </p> </blockquote> <p> : first(first_), last(last_), real_filename(fname), </p> <blockquote> <p> real_relative_filename(fname), filename(fname), line(1), emitted_lines(0), if_block_depth(if_block_depth), ctx(ctx_) </p> </blockquote> </blockquote> <p> <em>base_iteration_context::type</em> is not initialized by the argument of construct <em>type</em>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6758 Trac 1.4.3 Hartmut Kaiser Wed, 23 May 2012 14:34:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6758#comment:1 https://svn.boost.org/trac10/ticket/6758#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/78552" title="Wave: Fixed #6758: not all members are initialized by ...">[78552]</a>) Wave: Fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6758" title="#6758: Bugs: not all members was initialized by base_iteration_context constructor. (closed: fixed)">#6758</a>: not all members are initialized by base_iteration_context constructor. </p> Ticket