diff --git a/test/objects/exception.hpp b/test/objects/exception.hpp index 2fba92c1..4d7d872a 100644 --- a/test/objects/exception.hpp +++ b/test/objects/exception.hpp @@ -425,10 +425,10 @@ namespace exception test::detail::tracker.allocator_ref(); } - template allocator2(allocator const& x) : tag_(x.tag_) + allocator2(allocator const& x) : tag_(x.tag_) { UNORDERED_SCOPE(allocator2::allocator2()) { - UNORDERED_EPOINT("Mock allocator2 copy constructor from allocator."); + UNORDERED_EPOINT("Mock allocator2 constructor from allocator."); } test::detail::tracker.allocator_ref(); }