Skip to content

Releases: grizzlysmit/fmtextras

Fixed it so that won't have constexpr problems in pre C++20 compiles I think

06 May 12:57
Compare
Choose a tag to compare

Yep it only does constexpr if the relaxed rules are available
Everything else is the same

further tweaks now formatter<...>::format is constexpr for all cases probably doesn't work in pre C++20

06 May 12:38
Compare
Choose a tag to compare

all the latest stuff, and examples are better in testcmplx.cpp have fun with them

latest teaks and a minor bug fix

04 May 02:09
Compare
Choose a tag to compare

yep not much has changed but I have fixed a bug with the * format where it would loose the i as I forgot to increment a pointer nothing major

second release of complexfmt

02 May 15:15
Compare
Choose a tag to compare

This release has some improvements and the addition of the lisp style of format i.e. #C(num, num) also I am getting ready to try to become an official part {fmt}, if they will have it

first release of complexfmtformatter class for {fmt}/std::format C++ library

01 May 12:54
Compare
Choose a tag to compare

just the header file library will release a deb some time soon or merge this into {fmt} for now I will release this under LGPL version 3