8 Jul
2010
8 Jul
'10
2:35 p.m.
On 07/08/10 09:09, 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.
The attached compiles/runs OK with gcc4.4 and gcc4.5. Are they wrong? I initially thought like you, but after the attached compiled and ran, I'm not so sure.