forked from boostorg/type_traits
is_complex.hpp: include boost/config.hpp first so we get compiler specific workarounds prior to including std lib headers.
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#ifndef BOOST_TT_IS_COMPLEX_HPP
|
||||
#define BOOST_TT_IS_COMPLEX_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <complex>
|
||||
#include <boost/type_traits/integral_constant.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user