mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00

* Removes special format handling for fmt. Regains test compatibility with fmt 1.10.0. fixes #2735 * reverted std::vector back to filename_t and used pointer to array start likewise as fmt's implementation uses * calc_filename buffer increase softened, exception is throw if buffer exceeds 4k, filename parameter renamed to match intend. * calc_filetime based on std::put_time for simpler implementation