|
Boost : |
From: Robert Ramey (ramey_at_[hidden])
Date: 2004-06-05 13:56:00
Using Borland 5.5 I compile the following:
#ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
#error "NO function template ordering supported"
#else
#error "YES function template ordering supported"
#endif
And I get:
Fatal F1003 c:\boost_1_31_0\libs\serialization\test\test_zmisc.cpp 4: Error
directive: "YES function template ordering supported"
Yet C:\boost_1_31_0\more\borland_cpp.html seems to suggest that I should get
NO.
What am I missing here?
Robert Ramey
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk