tfc / pprintpp

Typesafe Python Style Printf Formatting for C++
MIT License
233 stars 12 forks source link

Does {s} work with std::string_view? #15

Closed shreyasbharath closed 4 years ago

shreyasbharath commented 4 years ago

Would it be possible to compile-time assert on trying to print an empty string_view?

shreyasbharath commented 4 years ago

Never mind. I use pprintpp with magic_enum, and the bug was in magic_enum (see https://github.com/Neargye/magic_enum/issues/37)