Searched refs:struct_with_specialized_less (Results 1 – 1 of 1) sorted by relevance
73 struct struct_with_specialized_less {}; struct113 struct less<struct_with_specialized_less> {114 bool operator() (struct_with_specialized_less const&,115 struct_with_specialized_less const&) const;142 struct __move_traits<less<struct_with_specialized_less> > {298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) ); in movable_declaration_assoc()