forked from boostorg/config
Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq is now clean. [SVN r85952]
This commit is contained in:
@ -34,7 +34,7 @@
|
|||||||
//
|
//
|
||||||
// enable __int64 support in VC emulation mode
|
// enable __int64 support in VC emulation mode
|
||||||
//
|
//
|
||||||
# if defined(_MSC_VER) && (_MSC_VER >= 1200)
|
# if defined(_MSC_VER)
|
||||||
# define BOOST_HAS_MS_INT64
|
# define BOOST_HAS_MS_INT64
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user