G
Guest
Hi
I tried the following
struct STRUCTTWO
[...
}
struct STRUCTONE
[...
std::list<STRUCTTWO> test
}
std::list<STRUCTONE> mylist
Now, when I try to add an element via std::list::insert, the whole stuff crashes: Access Violation in const_iterator begin() (this is in <list>). The MFC- equivalent CList behaves just the same!
Can anyone help me out of this
Thanks a lo
Peter
I tried the following
struct STRUCTTWO
[...
}
struct STRUCTONE
[...
std::list<STRUCTTWO> test
}
std::list<STRUCTONE> mylist
Now, when I try to add an element via std::list::insert, the whole stuff crashes: Access Violation in const_iterator begin() (this is in <list>). The MFC- equivalent CList behaves just the same!
Can anyone help me out of this
Thanks a lo
Peter