diff --git a/include/boost/detail/named_template_params.hpp b/include/boost/detail/named_template_params.hpp index f37856f..7786bde 100644 --- a/include/boost/detail/named_template_params.hpp +++ b/include/boost/detail/named_template_params.hpp @@ -111,7 +111,7 @@ namespace boost { }; // The use of inheritance here is a Solaris Forte 6 workaround. template struct choose_default_dispatch - : public choose_default_dispatch_ { }; + : public choose_default_dispatch_ { }; template struct choose_default_argument {