
14 Jul
2004
14 Jul
'04
12:13 p.m.
Hi John,
Some more patches for you, this time for cygwin, they don't get all the tests passing, in particular the dll doesn't build and all the wide character tests fail because there is no wstring support, but at least the library builds and some tests now pass,
Thanks again! Is it possible, though, to resent the patch as attachmenent. It seems it was damaged along the way.
- /** Class which specify handling of value for which user did not specified anything. */
Like here, which I can fix.
+#if !defined(BOOST_NO_STD_WSTRING) + #include <boost/detail/workaround.hpp>
#include <string> @@ -84,4 +86,22 @@ $ }
And like here -- 'patch' is really upset with the '$' symbol and I have no idea why it's there..... Thanks, Volodya