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)