add (unused) template value parameter

[SVN r10483]
This commit is contained in:
Jens Maurer
2001-06-29 19:36:37 +00:00
parent a78ae715d2
commit 0434be849e

View File

@@ -72,7 +72,7 @@ struct add_reference<T&>
#elif defined(BOOST_MSVC6_MEMBER_TEMPLATES) || !defined(BOOST_NO_MEMBER_TEMPLATES)
namespace detail{
template <bool>
template <bool x>
struct reference_adder
{
template <class T>