Boost logo

Boost :

Subject: Re: [boost] [type_traits][general] Best practice for inline namespaces?
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2015-01-18 11:38:11


Le 18/01/15 16:48, Andrey Semashev a écrit :
> On Sunday 18 January 2015 16:36:33 Vicente J. Botet Escriba wrote:
>> I suppose that you know that inline namespaces emulation via using
>> doesn't support template class specialization, as the user must do the
>> specializations on the original namespace. :(
> GCC 3.4 and later has __attribute__((strong)) which allows that.
>
> https://gcc.gnu.org/onlinedocs/gcc/Namespace-Association.html#Namespace-Association
>
>
Thanks for the info. Does this work for clang?

Vicente


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk