[preprocessor] What is AUTO_REC doing?

4 Jul
2005
4 Jul
'05
10:02 p.m.
Hi, I'm a fresh hand on boost library. I am now trying to read the source of preprocessor lib, and get stuck with AUTO_REC. Could anyone tell me what it is meant to do? Thanks! Jason

4 Jul
4 Jul
11:14 p.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Jason
I'm a fresh hand on boost library. I am now trying to read the source of preprocessor lib, and get stuck with AUTO_REC. Could anyone tell me what it is meant to do?
AUTO_REC performs a binary search to find the first number for which a predicate yields 1. It is used to deduce the next available entry point for various constructs. Regards, Paul Mensonides
7289
Age (days ago)
7289
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jason
-
Paul Mensonides