Fixed typo in comment

[SVN r18190]
This commit is contained in:
John Maddock
2003-04-06 10:39:55 +00:00
parent 20a4dd507c
commit 4c407e34ad

View File

@ -23,7 +23,7 @@
//
#endif
#if (_MSC_VER <= 1300) // 1200 == VC++ 7.0
#if (_MSC_VER <= 1300) // 1300 == VC++ 7.0
#if !defined(_MSC_EXTENSIONS) && !defined(BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS) // VC7 bug with /Za
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
@ -121,3 +121,4 @@