Silence some sign comparison warnings; NFC
The std::optional implementation in MSVC causes this code to produce a sign comparison warning. This ensures the types are the same sign.
Loading
Please sign in to comment
The std::optional implementation in MSVC causes this code to produce a sign comparison warning. This ensures the types are the same sign.