fixed comment

[SVN r12039]
This commit is contained in:
Dave Abrahams
2001-12-13 18:15:57 +00:00
parent a926ee3ba5
commit e94b5d6989

View File

@ -272,7 +272,7 @@ template <typename T>
struct add_volatile
{
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1200
// This bogus warning will appear when add_const is applied to a
// This bogus warning will appear when add_volatile is applied to a
// const volatile reference because we can't detect const volatile
// references with MSVC6.
# pragma warning(push)