mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-02 05:54:31 +02:00
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