TypeOf: Fix if/elif chain after msvc 6/7 removal.

[SVN r85925]
This commit is contained in:
Stephen Kelly
2013-09-26 06:52:33 +00:00
parent 8092dd0003
commit 4e34737b9c

View File

@ -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