mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 17:40:42 +00:00
3496717c21
Rename fill_idx to fill_start, to indicate it is not a single value but a range. Also change a numeric_limits<>::max() involving the fill_start to use decltype() to ensure its type matches that of the auto-generated structure's field, while we're touching that code. The test to ensure only a single repeat value is allowed will be removed by a later commit. Differential Revision: https://phabricator.services.mozilla.com/D60929 --HG-- extra : moz-landing-system : lando