[Bug c++/79104] [7.0 regression] ambiguity calling std::end on a local constexpr array of structs

2017-01-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79104 --- Comment #2 from Martin Sebor --- As a couple of additional data points EDG 4.11 and IBM XLC++ both reject the test case. EDG with an error similar to GCC.

[Bug c++/79104] [7.0 regression] ambiguity calling std::end on a local constexpr array of structs

2017-01-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79104 Martin Sebor changed: What|Removed |Added Keywords||rejects-valid See Also|