$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-01-17 01:23:38
I notice that if I declare a tuple type with
tuple<T1, T2, T3...>::inherited
that I cannot construct it unless I provide all the paramters explicitly, as
I can when inherited is omitted. Would that be hard to fix?
-Dave
===================================================
David Abrahams, C++ library designer for hire
resume: http://users.rcn.com/abrahams/resume.html
C++ Booster (http://www.boost.org)
email: david.abrahams_at_[hidden]
===================================================