forked from boostorg/function
Me commit bad code
[SVN r19195]
This commit is contained in:
@ -240,9 +240,11 @@ namespace boost {
|
|||||||
>
|
>
|
||||||
class BOOST_FUNCTION_FUNCTION : public function_base
|
class BOOST_FUNCTION_FUNCTION : public function_base
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
typedef typename detail::function::function_return_type<R>::type
|
typedef typename detail::function::function_return_type<R>::type
|
||||||
internal_result_type;
|
internal_result_type;
|
||||||
|
|
||||||
|
private:
|
||||||
struct clear_type {};
|
struct clear_type {};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
@ -254,7 +256,6 @@ namespace boost {
|
|||||||
{
|
{
|
||||||
typedef internal_result_type type;
|
typedef internal_result_type type;
|
||||||
};
|
};
|
||||||
friend struct sig;
|
|
||||||
|
|
||||||
#if BOOST_FUNCTION_NUM_ARGS == 1
|
#if BOOST_FUNCTION_NUM_ARGS == 1
|
||||||
typedef T0 argument_type;
|
typedef T0 argument_type;
|
||||||
|
Reference in New Issue
Block a user