[Bug c++/64977] constexpr variable initialization by reference in lambda rejected

2016-04-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64977 Martin Sebor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/64977] constexpr variable initialization by reference in lambda rejected

2016-03-30 Thread ytj000 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64977 --- Comment #2 from ytj000 at gmail dot com --- (In reply to Martin Sebor from comment #1) > I'm not 100% sure this example is valid. It seems to me that the rejected > initializer "e" is invalid because it's not > a core constant expression. I.

[Bug c++/64977] constexpr variable initialization by reference in lambda rejected

2016-03-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64977 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org Summ