From 19d71a71f258af54742cea1b3536c3e3086125a6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 13 Nov 2001 19:07:25 +0000 Subject: [PATCH] Attempt to work around Sun C++ 6u2 problem [SVN r11671] --- include/boost/bind.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index 8d3beb4..ea87740 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -715,9 +715,9 @@ template struct add_value< bind_t > #else -template struct _avt_0; +// template struct _avt_0; -template<> struct _avt_0<1> +template struct _avt_0 // <1> { template struct inner {