mirror of
https://github.com/boostorg/detail.git
synced 2025-08-01 21:34:28 +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.
|
// The use of inheritance here is a Solaris Forte 6 workaround.
|
||||||
template <bool Named> struct choose_default_dispatch
|
template <bool Named> struct choose_default_dispatch
|
||||||
: public choose_default_dispatch_ { };
|
: public choose_default_dispatch_<Named> { };
|
||||||
|
|
||||||
template <class PreviousArg>
|
template <class PreviousArg>
|
||||||
struct choose_default_argument {
|
struct choose_default_argument {
|
||||||
|
Reference in New Issue
Block a user