Hello,
I have a question. I have the following construct:
std::vector < std::vector < std::vector< AsMarkerMatchMa trix >> >
m_matchMatrices ;
If I run a std::find on that I sometimes get the iterator to be some strange
number like -124224256, although I know there should not be a match. Usually
the iterator points to NULL, if there is no match.
Anybody experienced...