On 11/30/2013, 2:09 AM, Bobby Holley wrote:
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.
Everyone has my blanket r- for unifying source files across directories because of this reason and others discussed previously. :-)
Cheers, Ehsan _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

