summaryrefslogtreecommitdiffhomepage
path: root/compat/borrowed-ptr.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-07-15 08:56:21 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-07-15 08:57:45 +0200
commit0c0fe15bdd5fb7f137c6807ba43336f24f6df35b (patch)
tree7cc87418362e936f909b89fd84bd2b000fed0ae3 /compat/borrowed-ptr.cpp
parent2d2e0d19cf0fa03ea8c0dc59411205bd4f3cdc7e (diff)
w
Diffstat (limited to 'compat/borrowed-ptr.cpp')
-rw-r--r--compat/borrowed-ptr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/borrowed-ptr.cpp b/compat/borrowed-ptr.cpp
index da5c6a72..ab96f94e 100644
--- a/compat/borrowed-ptr.cpp
+++ b/compat/borrowed-ptr.cpp
@@ -1,7 +1,7 @@
#include "borrowed-ptr.inl"
#include "compat/assert.hpp"
-namespace floormat::detail_borrowed_ptr {
+namespace floormat::detail_bptr {
#ifdef __clang__
#pragma clang diagnostic push
@@ -34,7 +34,7 @@ void control_block::decrement(control_block*& blk) noexcept
#pragma warning(pop)
#endif
-} // namespace floormat::detail_borrowed_ptr
+} // namespace floormat::detail_bptr
namespace floormat {