Skip to content

nofmt-join 1.0.1 (fmt 7.1.3 + sparkles)

Latest
Compare
Choose a tag to compare
@barometz barometz released this 23 Nov 19:00
56d2e7e

Recent standard and/or compiler changes made it so that nofmt::join didn't compile anymore in both GCC and MSVC - there were a few things wrong with the implementation of std::formatter. Release 1.0.1 fixes those.

What's Changed

  • Move & update std::formatter specialization by @barometz in #5
  • Update cmake_minimum_required to silence warning from CMake by @barometz in #6

Full Changelog: v1.0.0...v1.0.1