diff options
Diffstat (limited to 'compat/borrowed-ptr.cpp')
-rw-r--r-- | compat/borrowed-ptr.cpp | 4 |
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 { |