Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x

pull/1580/head v1.6.1
gabime 5 years ago
commit 22a169bc31

@ -155,7 +155,7 @@ private:
using details::os::filename_to_str;
using details::os::remove_if_exists;
filename_t current_file = filename();
filename_t current_file = file_helper_.filename();
if (filenames_q_.full())
{
auto old_filename = std::move(filenames_q_.front());

Loading…
Cancel
Save