This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: map iterators with multithreading and _GLIBCXX_DEBUG
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Lothar Werzinger <lothar at xcerla dot com>
- Cc: libstdc++ at gcc dot gnu dot org, jon at xcerla dot com
- Date: Fri, 24 Sep 2004 12:05:55 -0500
- Subject: Re: map iterators with multithreading and _GLIBCXX_DEBUG
- Organization: Red Hat / Chicago
- References: <200409221944.55083.lothar@xcerla.com>
>I think STL should (ideally) behave identically wether _GLIBCXX_DEBUG is used
>or not. Therefore if the _GLIBCXX_DEBUG version needs to alter some state it
>should be protected internally to provide the same behavior to the caller.
Debug mode STL should behave identically to regular mode STL. So, what
you should do is try to come up with a reproducible test case, and open
up a bug in bugzilla with it.
thanks,
benjamin