[Bug c++/87017] vector must have the same value as its allocator

2018-08-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87017 Jonathan Wakely changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #4 from Jonathan W

[Bug c++/87017] vector must have the same value as its allocator

2018-08-20 Thread developm...@faf-ltd.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87017 Peter VARGA changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #3 from Peter VARGA ---

[Bug c++/87017] vector must have the same value as its allocator

2018-08-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87017 --- Comment #2 from Jonathan Wakely --- N.B. it only works with clang and ICC because you're using them with an older version of libstdc++, which didn't enforce this requirement. Saying "it compiles with three compilers all using the same standar

[Bug c++/87017] vector must have the same value as its allocator

2018-08-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87017 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---