This commit is contained in:
Peter Dimov
2019-04-21 21:33:55 +03:00
parent 8120bb44cb
commit 7bfa6a1f3d

View File

@ -77,7 +77,7 @@ namespace boost {
explicit operator bool () const noexcept;
void swap(intrusive_ptr & b) noexept;
void swap(intrusive_ptr & b) noexcept;
};
template<class T, class U>