Boost logo

Boost :

Subject: Re: [boost] [type_traits][general] Best practice for inline namespaces?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2015-01-18 10:48:48


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


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