forked from boostorg/bind
Changed first_argument_type to argument_type in [c]mf0
[SVN r11769]
This commit is contained in:
@@ -20,7 +20,7 @@ template<class R, class T> class BOOST_MEM_FN_NAME(mf0)
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
typedef R result_type;
|
typedef R result_type;
|
||||||
typedef T * first_argument_type;
|
typedef T * argument_type;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ template<class R, class T> class BOOST_MEM_FN_NAME(cmf0)
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
typedef R result_type;
|
typedef R result_type;
|
||||||
typedef T const * first_argument_type;
|
typedef T const * argument_type;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user