j
k
j a
j l
On 08/07/10 08:11, Timothy Madden wrote:
...struct tuple_tree : std::tr1::tuple < float , int , std::vector ...{ }; I can use vector directly
struct tuple_tree : std::tr1::tuple < float , int , std::vector ...{ };
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.
Back to the thread
Back to the list