Fix compilation error with MSC+Clang - check defined(__clang__) explicitly.

This commit is contained in:
Adam Wulkiewicz
2016-03-16 01:55:41 +01:00
parent c394d0a5ae
commit 4994d5be13

View File

@ -49,7 +49,7 @@
# endif
# endif
#elif defined(__GNUC__)
#elif defined(__GNUC__) || defined(__clang__)
# ifndef BOOST_TYPEOF_EMULATION
# ifndef BOOST_TYPEOF_NATIVE
# define BOOST_TYPEOF_NATIVE