[Bug c++/71243] Implicitly defined assignment operator is not constexpr even though it should be

2016-06-01 Thread michele.caini at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71243 Michele Caini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/71243] Implicitly defined assignment operator is not constexpr even though it should be

2016-05-23 Thread michele.caini at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71243 --- Comment #2 from Michele Caini --- According to https://gcc.gnu.org/projects/cxx-status.html#cxx14, GCC5 should fully implement the C++14 rules. Am I wrong? Anyway, tested on debian sid (unstable), g++ v5.3.1-20 and it works. I guess this can

[Bug c++/71243] Implicitly defined assignment operator is not constexpr even though it should be

2016-05-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71243 --- Comment #1 from Jonathan Wakely --- The code is not valid in C++11, only C++14, and it seems that GCC 5 doesn't implement the C++14 rules fully. Since it's already fixed in GCC 6 I think this can be closed as FIXED.