Our NS_MIN/NS_MAX C++ templates have been removed and we're now using std::min/std::max instead.

There's one exception: files under xpcom/ still use the old templates (now renamed as XPCOM_MIN/MAX) because #include <algorithm> is not allowed in some build configurations of xpcom. See bug 786533 for details[1].

The change is in mozilla-inbound - it should be in mozilla-central soon.
comm-central has been fixed too.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=786533

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

Reply via email to