mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Build fix-- these are not needed.
This commit is contained in:
parent
9da0b43d2d
commit
9ef780e05c
1 changed files with 0 additions and 16 deletions
|
@ -220,22 +220,6 @@ template< typename T >
|
||||||
ZT_INLINE void swap(ZeroTier::SharedPtr< T > &a, ZeroTier::SharedPtr< T > &b) noexcept
|
ZT_INLINE void swap(ZeroTier::SharedPtr< T > &a, ZeroTier::SharedPtr< T > &b) noexcept
|
||||||
{ a.swap(b); }
|
{ a.swap(b); }
|
||||||
|
|
||||||
template< typename T >
|
|
||||||
constexpr bool is_swappable(ZeroTier::SharedPtr< T > &a) noexcept
|
|
||||||
{ return true; }
|
|
||||||
|
|
||||||
template< typename T >
|
|
||||||
constexpr bool is_swappable_with(ZeroTier::SharedPtr< T > &a, ZeroTier::SharedPtr< T > &b) noexcept
|
|
||||||
{ return true; }
|
|
||||||
|
|
||||||
template< typename T >
|
|
||||||
constexpr bool is_nothrow_swappable(ZeroTier::SharedPtr< T > &a) noexcept
|
|
||||||
{ return true; }
|
|
||||||
|
|
||||||
template< typename T >
|
|
||||||
constexpr bool is_nothrow_swappable_with(ZeroTier::SharedPtr< T > &a, ZeroTier::SharedPtr< T > &b) noexcept
|
|
||||||
{ return true; }
|
|
||||||
|
|
||||||
} // namespace std
|
} // namespace std
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue