8 Jul
2010
8 Jul
'10
3:33 p.m.
Mathias Gaunard wrote:
On 08/07/10 08:11, Timothy Madden wrote:
struct tuple_tree : std::tr1::tuple < float , int , std::vector
{ };
I can use vector
directly This is not allowed by the C++ standard. Types must be complete.
I do not see this requirement in the standard. Where should I look for it ? Thank you, Timothy Madden