Dear all, I'm trying to upgrade our local copy of OTS to version 5.0.0 [1]. OTS relies on the Brotli and WOFF2 libraries, whose source code we currently include in mozilla-cental.
I tried updating the source code of WOFF2 to the latest upstream version. Unfortunately, try server builds fail on OSX and mobile devices because the C++11 class std::unique_ptr does not seem to be available. IIUC some bugzilla entries and older threads on this mailing list, at the moment only some of the C++11 features are usable in the mozilla build system. Does any of the build engineer know whether std::unique_ptr can be made easily available? Or should we just patch the WOFF2 library to use of std::vector (as was done in earlier version)? Thanks, -- Frédéric Wang [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1227058 _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform