mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
fixed inheritance
[SVN r11067]
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user