Extract non-portability constexpr math functions to new header
[folly.git] / folly / small_vector.h
index 64add098f65daddc0c16b81099028dee66f104ce..f70b2a8f009e0feb165ab36fb6e76337463e8c85 100644 (file)
 #include <boost/type_traits.hpp>
 
 #include <folly/Assume.h>
+#include <folly/ConstexprMath.h>
 #include <folly/FormatTraits.h>
 #include <folly/Malloc.h>
 #include <folly/Portability.h>
 #include <folly/SmallLocks.h>
 #include <folly/Traits.h>
 #include <folly/portability/BitsFunctexcept.h>
-#include <folly/portability/Constexpr.h>
 #include <folly/portability/Malloc.h>
 #include <folly/portability/TypeTraits.h>