From 99b2a15863e44782ff1295c60b979f5e1ceee916 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 22 Nov 2018 22:49:33 +0300 Subject: [PATCH] Misaligned template specifiers Tried to compile with CLion + CLang + WSL, got error pointing to this place. Looks like a copy-paste error ) --- tl/optional.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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