Unverified Commit 10e809cf authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #864 from DimRochette/v1.x

fix namespace of make_unique
parents f4c5c5a3 3079551d
......@@ -69,7 +69,7 @@ protected:
void set_pattern_(const std::string &pattern) override
{
set_formatter_(spdlog::make_unique<spdlog::pattern_formatter>(pattern));
set_formatter_(details::make_unique<spdlog::pattern_formatter>(pattern));
}
void set_formatter_(std::unique_ptr<spdlog::formatter> sink_formatter) override
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment