This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: constexpr ignore missing (LWG 2773)
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Daniel Krügler <daniel dot kruegler at gmail dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sat, 11 Mar 2017 13:12:38 +0000
- Subject: Re: constexpr ignore missing (LWG 2773)
- Authentication-results: sourceware.org; auth=none
- References: <CAGNvRgB89qf0ik9NocAxTPv-+3tZNLe50rZYVJyziOnAhvygwQ@mail.gmail.com>
On 11/03/17 13:59 +0100, Daniel Krügler wrote:
Hi,
During my work on applying inline variables in libstdc++ (p0607r0 from
Kona meeting) I noticed that
http://cplusplus.github.io/LWG/lwg-defects.html#2773
seems not yet to be applied.
Is it OK, if I perform that change (and add a test case) during that
work or is it preferred to perform such a fix separately?
It makes sense to do both changes together, thanks.