From df3471434085344343d695f07b2c143da4ebe655 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 29 May 2002 17:27:59 +0000 Subject: [PATCH] Removed 'truth' template, which isn't needed [SVN r14060] --- include/boost/function/function_base.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/function/function_base.hpp b/include/boost/function/function_base.hpp index 70b4eef..46d8863 100644 --- a/include/boost/function/function_base.hpp +++ b/include/boost/function/function_base.hpp @@ -34,8 +34,6 @@ namespace boost { namespace detail { namespace function { - template struct truth {}; - /* * The ct_if implementation is temporary code. When a Boost metaprogramming * library is introduced, Boost.Function will use it instead.