diff options
Diffstat (limited to 'compat/borrowed-ptr.cpp')
-rw-r--r-- | compat/borrowed-ptr.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compat/borrowed-ptr.cpp b/compat/borrowed-ptr.cpp index 2eac9ad7..67a55ed7 100644 --- a/compat/borrowed-ptr.cpp +++ b/compat/borrowed-ptr.cpp @@ -36,3 +36,11 @@ struct Foo {}; struct Bar : Foo {}; struct Baz {}; } // namespace + +namespace floormat { + +template struct detail_borrowed_ptr::control_block<Foo>; +template class bptr<Foo>; +template bptr<Bar> static_pointer_cast(const bptr<Foo>&) noexcept; + +} // namespace floormat |