Skip to content

Commit 8da0e15

Browse files
authored
Add missing open brace in <memory> functions reference
1 parent 030bf3c commit 8da0e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/standard-library/memory-functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,7 @@ struct owner_less<shared_ptr<T>>
768768
769769
template <class T>
770770
struct owner_less<weak_ptr<T>>
771+
{
771772
bool operator()(
772773
const weak_ptr<T>& left,
773774
const weak_ptr<T>& right) const noexcept;

0 commit comments

Comments
 (0)