From ced44a15ea1aa1e40ddb95f294b0d7018f6dbf54 Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 5 Sep 2019 01:54:29 +0300 Subject: [PATCH] format --- include/spdlog/details/backtracer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/spdlog/details/backtracer.h b/include/spdlog/details/backtracer.h index f93c845c..54cc335c 100644 --- a/include/spdlog/details/backtracer.h +++ b/include/spdlog/details/backtracer.h @@ -23,7 +23,6 @@ public: backtracer() = default; backtracer(const backtracer &other); - backtracer(backtracer &&other) SPDLOG_NOEXCEPT; backtracer &operator=(backtracer other); void enable(size_t size); @@ -34,7 +33,6 @@ public: // pop all items in the q and apply the given fun on each of them. void foreach_pop(std::function fun); - }; } // namespace details