We've been compiling libjxl as C++11 to work around a C++17 bug in clang 5: https://gitlab.com/wg1/jpeg-xl/-/issues/227 Now that our base toolchain's minimum clang version is 8, there is no need to force C++11. Differential Revision: https://phabricator.services.mozilla.com/D231470