Conventionally `unsigned int` is used instead of just `unsigned` (details: https://github.com/microsoft/STL/pull/1159#discussion_r498709286). There seems to be 3 files where that convention isn't used. * [P0088R3_variant/test.cpp](https://github.com/microsoft/STL/blob/master/tests/std/tests/P0088R3_variant/test.cpp) * [P0220R1_optional/test.cpp](https://github.com/microsoft/STL/blob/master/tests/std/tests/P0220R1_optional/test.cpp) * [P0898R3_concepts/test.cpp](https://github.com/microsoft/STL/blob/master/tests/std/tests/P0898R3_concepts/test.cpp) (thought this would be a good first issue)
Conventionally
unsigned intis used instead of justunsigned(details: #1159 (comment)). There seems to be 3 files where that convention isn't used.(thought this would be a good first issue)