$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] request for BOOST_NO_FWD_STD_DECLARATION
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2011-02-16 10:36:40
On 16.02.2011, at 16:18, Loïc Joly wrote:
> Le 16/02/2011 16:06, Christopher Jefferson a écrit :
>>
>> Even if subtle readings of the standard turned out to forbid it, using inline namespaces to implement std:: is here to stay, and I expect it to get more popular as time goes by.
>>
>
> My question is more the following: Should'nt forward declaration work even if the element turns out to be inside an inline namespace ?
No. Those would still declare different things.
Sebastian