use of "small" changed to "small_" to suppress confusion on some compilers

[SVN r12916]
This commit is contained in:
Dave Abrahams 2002-02-24 02:35:19 +00:00
parent ad79a21abd
commit 1662bb5713

View File

@ -34,7 +34,7 @@ namespace boost{
namespace detail{ namespace detail{
template <typename T, bool small> template <typename T, bool small_>
struct ct_imp2 struct ct_imp2
{ {
typedef const T& param_type; typedef const T& param_type;