diff --git a/tl/expected.hpp b/tl/expected.hpp index 796fd85..e670e48 100644 --- a/tl/expected.hpp +++ b/tl/expected.hpp @@ -84,7 +84,7 @@ namespace tl { #ifdef _GLIBCXX_VECTOR template struct is_trivially_copy_constructible> - : std::is_trivially_copy_constructible{}; + : std::false_type{}; #endif } }