[webkit-dev] Build issues due to anonymous namespace

Filip Pizlo fpizlo at apple.com
Sun Dec 3 12:16:45 PST 2017


That also means not using static, for the same reason. FWIW, I think it’s a good idea. 

-Filip

> On Dec 3, 2017, at 12:10 PM, Darin Adler <darin at apple.com> wrote:
> 
> I think it’s also worthwhile to remove the anonymous namespace wrapping each of these DestroyFunc structures when renaming them. Generally speaking, anonymous namespace doesn’t work when compilation units are arbitrary, since they say “limit this to one compilation unit”. So I’m not sure we should ever use them any more.
> 
> — Darin


More information about the webkit-dev mailing list