Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2008-07-01 07:45:19


Daniel James wrote:
>> You forgot the 'A' in ASCII:
>>
>> http://svn.boost.org/trac/boost/changeset/46943/

Ah, thanks for spotting those.

>> If you can get your text editor to help you, this is a lot easier to
>> fix. If it doesn't have explicit support or a plugin, you could just
>> try opening it with the wrong encoding and seeing what looks weird. I
>> suppose running Visual C++ with full warnings would also help.

Nope no level 4 warnings from VC++.

I found some more by searching for
[^a-zA-Z0-9_{}\[\]#()<>%\:;.?*+-/^&|~!\\"'= ] but they were within string
literals that were regular expressions: for example use of the "$" sign in a
regex seems to trigger the new checking code? If so there's no way to "fix"
that :-(

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk