
17 Sep
2004
17 Sep
'04
5:13 a.m.
Cromwell Enage writes:
These metafunctions used to be defined in the same headers as equal_to, greater, less, etc., respectively. What functionality should I use to replace them for my sequence algorithms?
equal_to< _1, int_<x> > // eq<x> greater< _1, int_<x> > // gt<x> less< _1, int_<x> > // lt<x> ... HTH, -- Aleksey Gurtovoy MetaCommunications Engineering