Supporting ? as a string presentation type (#2674)

* Supporting ? as a string presentation type.

* Supporting ? as a char presentation type.

* Adding iterator_category to counting_iterator.
This commit is contained in:
Barry Revzin
2022-01-30 10:55:28 -06:00
committed by GitHub
parent ae1aaaee5f
commit a34a97cc1d
7 changed files with 421 additions and 354 deletions

View File

@@ -171,7 +171,7 @@ def main():
normal1 = compress_normal(normal1)
print("""\
inline auto is_printable(uint32_t cp) -> bool {\
FMT_FUNC auto is_printable(uint32_t cp) -> bool {\
""")
print_singletons(singletons0u, singletons0l, 'singletons0', 'singletons0_lower')
print_singletons(singletons1u, singletons1l, 'singletons1', 'singletons1_lower')