This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
constexpr ignore missing (LWG 2773)
- From: Daniel Krügler <daniel dot kruegler at gmail dot com>
- To: "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Date: Sat, 11 Mar 2017 13:59:52 +0100
- Subject: constexpr ignore missing (LWG 2773)
- Authentication-results: sourceware.org; auth=none
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?
Thanks,
- Daniel