[Bug libstdc++/112477] Assignment of value-initialized iterators differs from value-initialization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112477 Dave Martin changed: What|Removed |Added CC||dave.martin at giref dot ulaval.ca --- C
[Bug libstdc++/112477] Assignment of value-initialized iterators differs from value-initialization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112477 --- Comment #5 from Dave Martin --- (In reply to Jonathan Wakely from comment #4) > Because in C++11 any use of a singular iterator, even copying it, was > undefined behaviour. The debug mode checks have not been properly updated to > reflect th