[boost-users][MPL] Where did eq, gt, lt, et al. go?
16 Sep
2004
16 Sep
'04
4:01 a.m.
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? Cromwell Enage __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail
17 Sep
17 Sep
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
7364
Age (days ago)
7365
Last active (days ago)
1 comments
2 participants
participants (2)
-
Aleksey Gurtovoy
-
Cromwell Enage