diff --git a/tl/optional.hpp b/tl/optional.hpp index 1c6480f..88ce30e 100644 --- a/tl/optional.hpp +++ b/tl/optional.hpp @@ -66,8 +66,8 @@ namespace tl { namespace detail { template struct is_trivially_copy_constructible : std::is_trivially_copy_constructible{}; - template #ifdef _GLIBCXX_VECTOR + template struct is_trivially_copy_constructible> : std::is_trivially_copy_constructible{}; #endif