mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-27 07:22:08 +00:00
fix msvc version number
[SVN r32563]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user