mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-13 12:22:18 +00:00
trying new macro to fix clang/old libstdc++ combo
This commit is contained in:
@@ -25,7 +25,7 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
#endif //_MSC_VER
|
||||
|
||||
|
||||
#if defined(__GLIBCXX__) && (defined(__GNUC__) || defined(__clang__))
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
// libstdc++ did not implement std::is_trivially_default_constructible
|
||||
// until GCC 5. It's difficult to check for this reliably, especially in
|
||||
// Clang, so I use a compiler hook instead.
|
||||
|
||||
Reference in New Issue
Block a user