From 9cd7fd58a150906210785a93c49cbc189c227640 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 22 Nov 2001 15:17:17 +0000 Subject: [PATCH] Changed first_argument_type to argument_type in [c]mf0 [SVN r11769] --- include/boost/bind/mem_fn_template.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/bind/mem_fn_template.hpp b/include/boost/bind/mem_fn_template.hpp index 1daa0c8..220e414 100644 --- a/include/boost/bind/mem_fn_template.hpp +++ b/include/boost/bind/mem_fn_template.hpp @@ -20,7 +20,7 @@ template class BOOST_MEM_FN_NAME(mf0) public: typedef R result_type; - typedef T * first_argument_type; + typedef T * argument_type; private: @@ -54,7 +54,7 @@ template class BOOST_MEM_FN_NAME(cmf0) public: typedef R result_type; - typedef T const * first_argument_type; + typedef T const * argument_type; private: