fix msvc version number

[SVN r32563]
This commit is contained in:
Robert Ramey
2006-02-04 21:46:18 +00:00
parent 798b3d622f
commit 6261c0437c
6 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
// See http://www.boost.org for updates, documentation, and revision history.
#if (defined _MSC_VER) && (_MSC_VER < 1300)
#if (defined _MSC_VER) && (_MSC_VER == 1200)
# pragma warning (disable : 4786) // too long name, harmless warning
#endif