U
Uwe Ziegenhagen
Hi folks,
one question:
I try to create a list of lists, using
std::list<std::list> testlist;
but BCC 6 complains:
cannot generate template-specialization from __STL::list<_Tp,_Alloc>
How ist it done coreectly? My knowledge of C++ is still growing...
Uwe
one question:
I try to create a list of lists, using
std::list<std::list> testlist;
but BCC 6 complains:
cannot generate template-specialization from __STL::list<_Tp,_Alloc>
How ist it done coreectly? My knowledge of C++ is still growing...
Uwe