[preprocessor] What is AUTO_REC doing?
5 Jul
2005
5 Jul
'05
4:02 a.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
5 Jul
5 Jul
5:14 a.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
7084
Age (days ago)
7084
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jason
-
Paul Mensonides