[v3] PATCH: PR 20599 (variadic templates, take two) (4/4)

Jason Merrill jason@redhat.com
Wed Oct 11 15:42:00 GMT 2006


Gennaro Prota wrote:
>> Douglas Gregor wrote:
>> +  namespace placeholders { namespace {
> 
> is this in an included file? You don't want to open an unnamed
> namespace there.

Yes, anonymous namespaces are almost always a bad idea in headers, 
especially since in this case it changes the API defined by TR1.

Jason



More information about the Libstdc++ mailing list