id summary reporter owner description type status milestone component version severity resolution keywords cc 2774 boost::tokenize fails on Ubuntu8.10 64bit grumbel@… jsiek "The code in the attached file fails to report the proper tokens on Ubuntu8.10 64bit, while it works fine in the 32bit edition: The output on 64bit is: $ ./token hallo:du:da Token: 'hallo' Token: 'o' Token: 'da' On 32bit it is as expected: $ ./token hallo:du:da Token: 'hallo' Token: 'du' Token: 'da' " Bugs closed tokenizer Boost 1.35.0 Problem invalid