Namespaces
Variants
Views
Actions

Talk:cpp/memory/shared ptr/operator cmp

From cppreference.com

[edit] Note on the seeming discrepancy between 20.7.2.2/1 and 20.7.2.2.7

All comparison operators are defined for shared_ptr (and other standard library classes that list their declarations but not their definitions), per §20.2.1[operators]. It's just the shorthand --Cubbi 19:05, 9 April 2012 (PDT)

Ah, good catch -- that makes more sense.Nate 04:33, 10 April 2012 (PDT)