On Fri, Nov 29, 2013 at 8:01 PM, Mike Hommey <[email protected]> wrote:
> That is:
>
> using namespace foo;
>
> would be forbidden, but
>
> namespace bar {
> using namespace foo;
> }
>
> wouldn't. In most cases, bar could be mozilla anyways.
>
Most XPConnect stuff isn't in an explicit namespace, but the convention is
for the .cpp files to |using namespace JS;| - so this wouldn't work there,
nor is it a problem unless we start unifying source files across
directories and modules.
bholley
_______________________________________________
dev-platform mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-platform