[Boost-bugs] [Boost C++ Libraries] #2774: boost::tokenize fails on Ubuntu8.10 64bit

Subject: [Boost-bugs] [Boost C++ Libraries] #2774: boost::tokenize fails on Ubuntu8.10 64bit
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-17 23:01:50


#2774: boost::tokenize fails on Ubuntu8.10 64bit
-------------------------------+--------------------------------------------
 Reporter: grumbel_at_[hidden] | Owner: jsiek
     Type: Bugs | Status: new
Milestone: | Component: tokenizer
  Version: Boost 1.35.0 | Severity: Problem
 Keywords: |
-------------------------------+--------------------------------------------
 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'

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2774>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC