improve comment

[SVN r19001]
This commit is contained in:
Jens Maurer
2003-07-09 20:00:32 +00:00
parent b25deb3366
commit 2208736b0e

View File

@ -15,8 +15,9 @@
#endif
//
// std::streambuf<wchar_t> is non-standard:
//
// std::streambuf<wchar_t> is non-standard
// NOTE: versions of libcomo prior to beta28 have octal version numbering,
// e.g. version 25 is 21 (dec)
#if __LIBCOMO_VERSION__ <= 22
# define BOOST_NO_STD_WSTREAMBUF
#endif