fast_io icon indicating copy to clipboard operation
fast_io copied to clipboard

fast_io::string::string(size_type n, char_type c) doesn't compile

Open ShelpAm opened this issue 10 months ago • 2 comments

fast_io::string t(5, ' '); gives

Diagnostics:
In template: indirection requires pointer operand ('void' invalid) [typecheck_indirection_requires_pointer]

ShelpAm avatar Feb 25 '25 14:02 ShelpAm

https://github.com/cppfastio/fast_io/pull/1124

MacroModel avatar Mar 30 '25 11:03 MacroModel

fixed

MacroModel avatar Mar 30 '25 11:03 MacroModel