Example #1
0
 friend bool operator== (const this_type& i, const this_type& i2)
 { return i.equal(i2); }
Example #2
0
 BOOST_CONTAINER_FORCEINLINE friend bool operator== (const this_type& i, const this_type& i2)
 { return i.equal(i2); }