From 63674bd04854c9fba83a161d235c9fa8a1d24841 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 25 Sep 2001 18:48:13 +0000 Subject: [PATCH] Renamed BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING to BOOST_NO_FUNCTION_TEMPLATE_ORDERING [SVN r11252] --- test/boost_no_func_tmp_order.ipp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/boost_no_func_tmp_order.ipp b/test/boost_no_func_tmp_order.ipp index 0dea5dcb..26d38391 100644 --- a/test/boost_no_func_tmp_order.ipp +++ b/test/boost_no_func_tmp_order.ipp @@ -3,8 +3,8 @@ // 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. -// MACRO: BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING -// TITLE: weak function template ordering +// MACRO: BOOST_NO_FUNCTION_TEMPLATE_ORDERING +// TITLE: no function template ordering // DESCRIPTION: The compiler does not perform // function template ordering or its function // template ordering is incorrect. @@ -15,7 +15,7 @@ // f(&bar); // should choose #2. -namespace boost_weak_function_template_ordering{ +namespace boost_no_function_template_ordering{ template bool f(T)