I just landed bug 895322, which removes the MOZ_STATIC_ASSERT macro in C++
code, and replaces it with the C++11 static_assert keyword.  You should use
static_assert in C++ code from now on.  MOZ_STATIC_ASSERT still remains
supported for C code.

If you forget this, the compiler will helpfully remind you!  :-)

Cheers,
--
Ehsan
<http://ehsanakhgari.org/>
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to