added missing "inherited" typedef

[SVN r12332]
This commit is contained in:
Dave Abrahams
2002-01-17 07:47:25 +00:00
parent 2ab1b6705f
commit 5f196d037f

View File

@ -364,6 +364,7 @@ namespace tuples {
typedef typename mapped_tuple::cons1 cons1;
public:
typedef cons1 inherited;
typedef tuple self_type;
explicit tuple(const T1& t1 = T1(),