From 5c54707ed13c2996f36b99dddb76f017765cec72 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 4 May 2024 20:13:15 +0200 Subject: a w --- compat/borrowed-ptr-fwd.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/borrowed-ptr-fwd.hpp') diff --git a/compat/borrowed-ptr-fwd.hpp b/compat/borrowed-ptr-fwd.hpp index da91502d..465e9bf4 100644 --- a/compat/borrowed-ptr-fwd.hpp +++ b/compat/borrowed-ptr-fwd.hpp @@ -44,7 +44,7 @@ public: T& operator*() const noexcept; template friend class bptr; - template friend bptr static_pointer_cast(const bptr& p) noexcept; + template friend bptr static_pointer_cast(const bptr& p) noexcept; }; } // namespace floormat -- cgit v1.2.3