fast_io
fast_io copied to clipboard
fast_io::string::string(size_type n, char_type c) doesn't compile
fast_io::string t(5, ' '); gives
Diagnostics:
In template: indirection requires pointer operand ('void' invalid) [typecheck_indirection_requires_pointer]
https://github.com/cppfastio/fast_io/pull/1124
fixed