mirror of
https://github.com/boostorg/typeof.git
synced 2025-07-29 20:37:28 +02:00
TypeOf: Fix if/elif chain after msvc 6/7 removal.
[SVN r85925]
This commit is contained in:
@ -100,7 +100,7 @@
|
||||
# define MSVC_TYPEOF_HACK
|
||||
# endif
|
||||
#elif defined(_MSC_VER)
|
||||
# elif (_MSC_VER >= 1310) // 7.1 ->
|
||||
# if (_MSC_VER >= 1310) // 7.1 ->
|
||||
# ifndef BOOST_TYPEOF_EMULATION
|
||||
# ifndef BOOST_TYPEOF_NATIVE
|
||||
# ifndef _MSC_EXTENSIONS
|
||||
|
Reference in New Issue
Block a user