
16 Feb
2011
16 Feb
'11
3:36 p.m.
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