
13 Sep
2006
13 Sep
'06
8:08 p.m.
"Thorsten Ottosen" <thorsten.ottosen@dezide.com> wrote
42 usages of unnamed namespaces in headers (including .ipp files)
bind (1)
I'm not sure what I'm expected to do about that one. Bind has been using an unnamed namespace for its placeholders for quite a while now.
What is the problem with an unnamed namespace in a header anyway? Is it illegal according to the standard?
ODR is potentially violated :-( Having said this, typeof also uses unnamed namespace in the header by design. Regards, Arkadiy