Akhilesh Singh wrote:
>
> #include <list>
>
> class MyClass
> {
> private:
> list<UInt16> m_data;
This should be
std::list<UInt16> m_data;
> };
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- MSL C++ container Akhilesh Singh
- Re: MSL C++ container Thomas Maeder
- Re: MSL C++ container Ben Combee
