
10 Jun
2006
10 Jun
'06
12:26 a.m.
"Peder Holt" <peder.holt@gmail.com> wrote
We should probably disable anonymous namespaces by default when using precompiled headers.
I am not sure -- typeof doesn't have to be included in PCH.... The reason I am more comfortable with unnamed namespace is bind placeholders. They are defined in unnamed namespace, and have been around for quite some time apparently without causing any ODR problems. Regards, Arkadiy