Kyle Huey wrote:

On Fri, Apr 18, 2014 at 4:56 PM, Neil <n...@parkwaycc.co.uk> wrote:
One of our compilers complains if you try to define something in a different 
namespace to the one in which you declared it, so the NS_IMPL_ macros need to 
be in the same namespace as the class.

I believe using declarations and top-level use of the macros works fine.
It turns out that the "something" that it complains about is a template specialisation. Other things do, as you suggest, work fine.

--
Warning: May contain traces of nuts.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to