Skip to content

Replace fmt by std::stringstream

Bram Veenboer requested to merge remove-fmt into master

The use of fmtlib/fmt causes problems, see also !82 (closed). A workaround doesn't work, as fmtlib/fmt doesn't properly work as a header-only library. The simplest workaround for now is to revert to using std::stringstream.

After merging this MR, !82 (closed) should be closed.

Edited by Bram Veenboer

Merge request reports

Loading