joboccara / NamedType

Implementation of strong types in C++
MIT License
772 stars 85 forks source link

Trait `Formatable` for std::format in C++20 #85

Open DarkWingMcQuack opened 10 months ago

DarkWingMcQuack commented 10 months ago

Would be nice to have a trait Formatable, which makes the type usable with C++20 std::format.