cppfastio / fast_io

Freestanding fast input/output for C++20
MIT License
661 stars 55 forks source link

fix the bug in ::fast_io::span's deduction guides, which will get ::s… #903

Closed situNagisa closed 1 month ago

situNagisa commented 1 month ago

fix the bug in ::fast_io::span's deduction guides, which will get ::std::span when the param is (const int*, ::std::size_t)