This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] PR libstdc++/79433 no #error for including headers with wrong -std
- From: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 7 Sep 2017 17:44:07 +0300
- Subject: Re: [PATCH] PR libstdc++/79433 no #error for including headers with wrong -std
- Authentication-results: sourceware.org; auth=none
- References: <20170907141838.GC4582@redhat.com>
On 7 September 2017 at 17:18, Jonathan Wakely <jwakely@redhat.com> wrote:
> Does anybody object to this change? Is getting a #error still useful,
> given the existence of __has_include and __cpp_lib macros?
I wholeheartedly agree with this change. And I should point out that
vast amounts of optional's implementation
are my handiwork, and that I consider myself the maintainer of
optional, even though I don't
officially have such status. ;)