forked from boostorg/tuple
added missing "inherited" typedef
[SVN r12332]
This commit is contained in:
@ -364,6 +364,7 @@ namespace tuples {
|
|||||||
typedef typename mapped_tuple::cons1 cons1;
|
typedef typename mapped_tuple::cons1 cons1;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
typedef cons1 inherited;
|
||||||
typedef tuple self_type;
|
typedef tuple self_type;
|
||||||
|
|
||||||
explicit tuple(const T1& t1 = T1(),
|
explicit tuple(const T1& t1 = T1(),
|
||||||
|
Reference in New Issue
Block a user