Opened 21 years ago
Closed 19 years ago
#945 closed Bugs (Fixed)
2 Bugs in token_functions.hpp, boost1.23
Reported by: | pete_icoserve | Owned by: | nobody |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.