From 0a364cb9e1559275f5707afcd1404f1f91070100 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 17 Sep 2002 22:49:38 +0000 Subject: [PATCH] msvc6 specialization workaround [SVN r15423] --- include/boost/mpl/aux_/has_rebind.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/mpl/aux_/has_rebind.hpp b/include/boost/mpl/aux_/has_rebind.hpp index 3e05034..83c5d6c 100644 --- a/include/boost/mpl/aux_/has_rebind.hpp +++ b/include/boost/mpl/aux_/has_rebind.hpp @@ -77,6 +77,7 @@ struct has_rebind : T }; \ /**/ +AUX_HAS_REBIND_SPEC(void) AUX_HAS_REBIND_SPEC(bool) AUX_HAS_REBIND_SPEC(char) AUX_HAS_REBIND_SPEC(signed char)