$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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