From 697b135157158ab9309042de71d5bed20cc340f6 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 12 Jan 2016 21:56:05 +0000 Subject: [PATCH] remove unneeded forward decl --- ostd/type_traits.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ostd/type_traits.hh b/ostd/type_traits.hh index 9cb8708..fce8731 100644 --- a/ostd/type_traits.hh +++ b/ostd/type_traits.hh @@ -24,8 +24,6 @@ namespace detail { template struct CommonTypeBase; } -template struct IsTriviallyDefaultConstructible; - template using RemoveCv = typename detail::RemoveCvBase::Type;