[Bug c++/64842] Implicitly defined constructor isn't constexpr

2015-02-25 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64842 --- Comment #3 from Ville Voutilainen --- Email sent to Bjarne.

[Bug c++/64842] Implicitly defined constructor isn't constexpr

2015-02-25 Thread simendsjo at simendsjo dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64842 --- Comment #2 from simendsjo at simendsjo dot me --- (In reply to Ville Voutilainen from comment #1) > The constructors for Point are constexpr, but since p2 is not, passing > it as an argument for scale() means that the invocation of scale() wil

[Bug c++/64842] Implicitly defined constructor isn't constexpr

2015-02-02 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64842 Ville Voutilainen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|