fixed inheritance

[SVN r11067]
This commit is contained in:
Jeremy Siek
2001-09-07 20:11:41 +00:00
parent 0ea958903a
commit 865bc7d803

View File

@ -111,7 +111,7 @@ namespace boost {
};
// The use of inheritance here is a Solaris Forte 6 workaround.
template <bool Named> struct choose_default_dispatch
: public choose_default_dispatch_ { };
: public choose_default_dispatch_<Named> { };
template <class PreviousArg>
struct choose_default_argument {