File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10494
10494
long use_count() const noexcept;
10495
10495
bool expired() const noexcept;
10496
10496
shared_ptr<T> lock() const noexcept;
10497
- template<class U> bool owner_before(const shared_ptr<U>& b) const;
10498
- template<class U> bool owner_before(const weak_ptr<U>& b) const;
10497
+ template<class U> bool owner_before(const shared_ptr<U>& b) const noexcept ;
10498
+ template<class U> bool owner_before(const weak_ptr<U>& b) const noexcept ;
10499
10499
};
10500
10500
10501
10501
template<class T> weak_ptr(shared_ptr<T>) -> weak_ptr<T>;
10654
10654
10655
10655
\indexlibrarymember{owner_before}{weak_ptr}%
10656
10656
\begin{itemdecl}
10657
- template<class U> bool owner_before(const shared_ptr<U>& b) const;
10658
- template<class U> bool owner_before(const weak_ptr<U>& b) const;
10657
+ template<class U> bool owner_before(const shared_ptr<U>& b) const noexcept ;
10658
+ template<class U> bool owner_before(const weak_ptr<U>& b) const noexcept ;
10659
10659
\end{itemdecl}
10660
10660
10661
10661
\begin{itemdescr}
You can’t perform that action at this time.
0 commit comments