forked from boostorg/type_traits
Correct spelling of "__clang__" so that the headers compile on clang/windows.
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__) || defined(__clang)
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#include <boost/type_traits/is_assignable.hpp>
|
||||
#include <boost/type_traits/is_volatile.hpp>
|
||||
#endif
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <boost/type_traits/is_volatile.hpp>
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__) || defined(__clang)
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#include <boost/type_traits/is_constructible.hpp>
|
||||
#include <boost/type_traits/is_volatile.hpp>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user