user avatar
[libc++] Fix "size_t" constants that should be "bool" or "int", and add tests
Arthur O'Dwyer authored
`is_placeholder`, despite having an "is_" name, actually returns an int:
1 for `_1`, 2 for `_2`, 3 for `_3`, and so on. But it should still be int,
not size_t.
049a3fe1
Name Last commit Last update