diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-04 20:13:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-05 03:31:20 +0200 |
commit | 5c54707ed13c2996f36b99dddb76f017765cec72 (patch) | |
tree | ed74b0f349822a58c731823e03aee3661a8d74e7 /compat/borrowed-ptr-fwd.hpp | |
parent | 210ee6eab1dcd7b1b2710dc927943d62330ffde3 (diff) |
a w
Diffstat (limited to 'compat/borrowed-ptr-fwd.hpp')
-rw-r--r-- | compat/borrowed-ptr-fwd.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<typename U> friend class bptr; - template<typename Tʹ, typename U> friend bptr<U> static_pointer_cast(const bptr<Tʹ>& p) noexcept; + template<typename U, typename Tʹ> friend bptr<U> static_pointer_cast(const bptr<Tʹ>& p) noexcept; }; } // namespace floormat |