S
SpreadTooThin
I recompiled an older piece of code this AM and got a compiler error
on a class that inherited from std::list<type>
It said that the method append did not exist.
Has something changed in the list methods that I am unaware of?
My development environment is:
MAC OS X 10.5.8
XCode 3.13
C++
on a class that inherited from std::list<type>
It said that the method append did not exist.
Has something changed in the list methods that I am unaware of?
My development environment is:
MAC OS X 10.5.8
XCode 3.13
C++