Commit Graph

6 Commits

Author SHA1 Message Date
Raphael Isemann
b2a17c13e0 Reencoded a few headers that used Windows-1252 with UTF-8.
Nearly every header in the boost codebase is UTF-8, but here there
are a few headers which are using Windows-1252, which makes it impossible
for some tools to parse those files. This patch just reencodes them
with UTF-8 like the rest of the codebase. I checked that the name of the
author is still correct after this change and the reencoded string
literal was the plus-minus-sign.

No functional change intended.
2017-06-02 14:47:26 +02:00
Guillaume Melquiond
68c1b22307 License modification for all test files
[SVN r23885]
2004-07-21 09:16:46 +00:00
Guillaume Melquiond
4b04370286 Corrected a typo
[SVN r18670]
2003-06-04 16:54:59 +00:00
Hervé Brönnimann
77561f9b0e Added Borland to NO_ARGUMENT_DEPENDENT_LOOKUP
[SVN r18669]
2003-06-04 15:07:29 +00:00
Guillaume Melquiond
b9f68e8037 Limit workarounds to compilers that actually require workarounds
[SVN r18662]
2003-06-04 05:23:51 +00:00
Hervé Brönnimann
73b1986543 Attempt to remove warnings for Win32 test runs.
Should not create errors on other platforms (knock on wood!!!)
  -- Herve'


[SVN r18659]
2003-06-03 22:00:00 +00:00