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