mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-26 19:12:08 +00:00
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
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 == 1200)
|
||||
#if (defined _MSC_VER) && (_MSC_VER < 1300)
|
||||
# pragma warning (disable : 4786) // too long name, harmless warning
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user