We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d68a64 commit 90474c7Copy full SHA for 90474c7
source/utilities.tex
@@ -9401,7 +9401,7 @@
9401
template<class U> bool owner_before(const weak_ptr<U>& b) const;
9402
};
9403
9404
- // \ref{util.smartptr.shared.create}, shared_ptr creation
+ // \ref{util.smartptr.shared.create}, shared_ptr creation:
9405
template<class T, class... Args> shared_ptr<T> make_shared(Args&&... args);
9406
template<class T, class A, class... Args>
9407
shared_ptr<T> allocate_shared(const A& a, Args&&... args);
0 commit comments