
29 Mar
2005
29 Mar
'05
11:20 a.m.
The current Boost CVS does not work for compiling Boost.Python with the EDG front-end versions 238, 245, and 303 (and possibly any other EDG). E.g. using icc 8.1:
Confirmed.
I've tracked down the failures to this CVS commit:
date: 2005/03/23 11:22:25; author: johnmaddock; Modified function testing to make it configuration-friendly, future changes should require no more than a config macro change.
I was able to track this down to some preprocessor logic - a particular compiler workaround was being applied when it should not have been, so cv-qualified member functions were not being detected as such - should now be fixed in cvs. Thanks for the report, John.