X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmake-unique-wrapper.hpp;fp=src%2Fcommon%2Fmake-unique-wrapper.hpp;h=282181cffa58439b9dd7642949a40701c3b67512;hp=ebec2ca45d29a908a648d398a5a8dfba516afa9f;hb=303ac4ed4037e45da1976c0951358ec19c5364d0;hpb=830bc99366f13bfb3d6fc975441aba7388cb7ca1 diff --git a/src/common/make-unique-wrapper.hpp b/src/common/make-unique-wrapper.hpp index ebec2ca45..282181cff 100644 --- a/src/common/make-unique-wrapper.hpp +++ b/src/common/make-unique-wrapper.hpp @@ -53,7 +53,6 @@ struct create_deleter_class { return std::unique_ptr(instance); } }; -} /* namespace memory */ /* * 'free' is a utility function for use with make_unique_wrapper. It makes it easier to @@ -66,6 +65,7 @@ void free(Type *ptr) { std::free(ptr); } +} /* namespace memory */ template std::unique_ptr