From 1662bb5713065a918012d1285abd573fe474d9af Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 24 Feb 2002 02:35:19 +0000 Subject: [PATCH] use of "small" changed to "small_" to suppress confusion on some compilers [SVN r12916] --- include/boost/detail/call_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/call_traits.hpp b/include/boost/detail/call_traits.hpp index 4753f7e..0b1cfa3 100644 --- a/include/boost/detail/call_traits.hpp +++ b/include/boost/detail/call_traits.hpp @@ -34,7 +34,7 @@ namespace boost{ namespace detail{ -template +template struct ct_imp2 { typedef const T& param_type;