Renamed BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING to BOOST_NO_FUNCTION_TEMPLATE_ORDERING

[SVN r11252]
This commit is contained in:
Peter Dimov
2001-09-25 18:48:13 +00:00
parent 7c05d06353
commit 63674bd048

View File

@ -3,8 +3,8 @@
// in all copies. This software is provided "as is" without express or implied // in all copies. This software is provided "as is" without express or implied
// warranty, and with no claim as to its suitability for any purpose. // warranty, and with no claim as to its suitability for any purpose.
// MACRO: BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING // MACRO: BOOST_NO_FUNCTION_TEMPLATE_ORDERING
// TITLE: weak function template ordering // TITLE: no function template ordering
// DESCRIPTION: The compiler does not perform // DESCRIPTION: The compiler does not perform
// function template ordering or its function // function template ordering or its function
// template ordering is incorrect. // template ordering is incorrect.
@ -15,7 +15,7 @@
// f(&bar); // should choose #2. // f(&bar); // should choose #2.
namespace boost_weak_function_template_ordering{ namespace boost_no_function_template_ordering{
template<typename T> template<typename T>
bool f(T) bool f(T)