VS2005, std::list, _Const_iterator::operator==((const _Myt_iter& _Right) const
- From: "Thomas" <ad-tw@xxxxxxxxxxx>
- Date: Mon, 24 Apr 2006 21:59:44 +0200
I crash in the _Const_iterator::operator==(const _Myt_iter& _Right) const
_SCL_SECURE_TRAITS_VALIDATE(this->_Mycont != NULL && this->_Mycont ==
_Right._Mycont);
I use a GTL (graph template library) based on STL, I port the Dll to VS2005,
I can compile it but I crash during runtime.
I switched it off via #define _SECURE_SCL 0 and it works.
Anybody know what is wrong in my application?
Thanks in advance
Thomas
.
- Follow-Ups:
- Re: VS2005, std::list, _Const_iterator::operator==((const _Myt_iter& _Right) const
- From: Igor Tandetnik
- Re: VS2005, std::list, _Const_iterator::operator==((const _Myt_iter& _Right) const
- Prev by Date: Re: sizeof(vector)
- Next by Date: Re: VS2005, std::list, _Const_iterator::operator==((const _Myt_iter& _Right) const
- Previous by thread: sizeof(vector)
- Next by thread: Re: VS2005, std::list, _Const_iterator::operator==((const _Myt_iter& _Right) const
- Index(es):
Relevant Pages
|