Closed illuhad closed 3 months ago
Compile with -DFMT_FORMAT_WORKAROUND to make the code use fmt::format instead of std::format. This makes it work with libstdc++ 12 with AdaptiveCpp, which is more easy to setup due to availability in Ubuntu 22.04.
-DFMT_FORMAT_WORKAROUND
fmt::format
std::format
Compile with
-DFMT_FORMAT_WORKAROUND
to make the code usefmt::format
instead ofstd::format
. This makes it work with libstdc++ 12 with AdaptiveCpp, which is more easy to setup due to availability in Ubuntu 22.04.