>> Are there compiler annotations we could put on a class so that it
>> behaves as though it's in an anonymous namespace but also plays nicely
>> with the debugger?  If so, maybe we should switch to those.
>
> Sure:  "static"  :)

/on a class/?

(I thought the main point of anonymous namespaces was that you
couldn't have |static class| in the same way you can have |static int
foo()|, as you in fact said when you started this thread.)
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to