
29 Sep
2009
29 Sep
'09
2:59 p.m.
AMDG Dmitry Vinogradov wrote:
Does anybody know why intrusive_ptr has ==, != and < operators, but the rest ones are missing (i.e. >, <=, >=)? It makes hard to use intrusive_ptr in generic code.
Generally, the convention is for generic code to use only <, ==, and !=. In Christ, Steven Watanabe