Arthur O'Dwyer 049a3fe10f [libc++] Fix "size_t" constants that should be "bool" or "int", and add tests
`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.
2023-02-27 16:53:04 -05:00
..
2023-01-31 19:59:16 +01:00