id summary reporter owner description type status milestone component version severity resolution keywords cc 945 2 Bugs in token_functions.hpp, boost1.23 pete_icoserve nobody "{{{ 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. }}}" Bugs closed None None Fixed