Re: [Boost-bugs] [Boost C++ Libraries] #968: xml_grammar - incorrect define char

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #968: xml_grammar - incorrect define char
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-30 19:22:40


#968: xml_grammar - incorrect define char
------------------------+---------------------------------------------------
  Reporter: anonymous | Owner: ramey
      Type: Bugs | Status: assigned
 Milestone: | Component: serialization
   Version: | Severity: Problem
Resolution: | Keywords:
------------------------+---------------------------------------------------
Changes (by ramey):

  * status: new => assigned

Comment:

 How is

 Char = chset_t("\x9\xA\xD\x20-\xFF");

 different than

 Char = chset_t("\x9\xA\xD\x20-\x7f\x80\x81-\xFF");

 ?

 Robert Ramey

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/968#comment:2>
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:57 UTC