This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Inline namespace consideration
- From: Nathan Sidwell <nathan at acm dot org>
- To: François Dumont <frs dot dumont at gmail dot com>, "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 27 Nov 2017 07:37:02 -0500
- Subject: Re: Inline namespace consideration
- Authentication-results: sourceware.org; auth=none
- References: <57dc41d6-d136-a264-9ee1-41d0bef8eca6@gmail.com>
On 11/24/2017 12:05 PM, François Dumont wrote:
And g++ doesn't complain. Why ? Is it related to the abi tag on it ?
your example is well formed. The two inline namespaces do not conflict.
If you made filesystem an inline namespace they would.
nathan
--
Nathan Sidwell