It appears the current borland compiler has several problems when linking with the dyanmic version of the RTL, most noticably (in boost regressions) wrt std::numeric limits. These problems go away when linking statically to the RTL. Would it be viable to change the regression builds to support this?
I have tried #define BOOST_NO_LIMITS in the borland config as a workaround, but it seems the STL implementation itself will use <limits> leading to duplicate definitions, causing more problems than it solves (mainly fixes some issues for the interval library.) Is there a better way to tackle this problem? -- AlisdairM _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost