mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02: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
|
||||
{ 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
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue