зеркало из https://github.com/mozilla/gecko-dev.git
7dd306dcd9
The old code was using `std::index_sequence_for` to call templated functions for *every* possible Variant alternative. Instead, using `Variant::match()` with a generic lambda (that also takes the current Variant index, thanks to bug 1621865) means we're only calling the function corresponding to the current alternative. Differential Revision: https://phabricator.services.mozilla.com/D67241 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
android | ||
baseprofiler | ||
build | ||
dllservices | ||
linker | ||
misc | ||
static | ||
tests | ||
moz.build |