Boost C++ Libraries: Ticket #945: 2 Bugs in token_functions.hpp, boost1.23 https://svn.boost.org/trac10/ticket/945 <pre class="wiki">In lines 216 and 217 the variables returnable_ and nonreturnable_ are defined. In lines 253 and 254 these variables are assigned in an initializer list but in the wrong order (nonreturnable_ before returnable_). The same holds for the variables return_delims_ (line 218) and no_isspace_ (line 220) which are initalized in line 255. I suggest to change the order of declaration since this avoids future problems and removes gcc warnings. Bye, Peter. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/945 Trac 1.4.3 bjorn_karlsson Wed, 18 Feb 2004 11:59:38 GMT status changed https://svn.boost.org/trac10/ticket/945#comment:1 https://svn.boost.org/trac10/ticket/945#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=536454 Fixed in CVS a some time ago (although I didn't find the exact commit version). </pre> Ticket