This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/61512] libstd++ postfix operator hangs
- From: "glisse at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 15 Jun 2014 16:44:52 +0000
- Subject: [Bug c++/61512] libstd++ postfix operator hangs
- Auto-submitted: auto-generated
- References: <bug-61512-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61512
--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> ---
You are not allowed to call ++ on an iterator if calling * on it would be
illegal.