On 11/9/12 8:11 PM, Benoit Jacob wrote:
The only issue I see is using namespace at file scope in a _header
file_.  I would support a coding style rule against that.

https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style#Namespaces says:

  No "using" statements are allowed in header files, except inside
  class definitions or functions.

So whoever is putting "using" in header files is already breaking the rules...

-Boris

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to