On Fri, Nov 29, 2013 at 8:01 PM, Mike Hommey <m...@glandium.org> 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 dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform