From 3cb4fe87a9efb4cb922e47f5cf2108d70ab28f9a Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 11 Feb 2001 16:12:13 +0000 Subject: [PATCH] Rolled unspecialized template back in [SVN r9116] --- include/boost/detail/select_type.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/detail/select_type.hpp b/include/boost/detail/select_type.hpp index 4f1347c..2a95a98 100644 --- a/include/boost/detail/select_type.hpp +++ b/include/boost/detail/select_type.hpp @@ -19,8 +19,7 @@ namespace boost { namespace detail { // Template class if_true -- select among 2 types based on a bool constant expression // Usage: // typename if_true<(bool_const_expression)>::template then::type - template - struct if_true + template struct if_true { template struct then { typedef T type; };