Me commit bad code

[SVN r19195]
This commit is contained in:
Douglas Gregor
2003-07-18 16:18:16 +00:00
parent 5347683c8e
commit 40c9bb204e

View File

@ -240,9 +240,11 @@ namespace boost {
>
class BOOST_FUNCTION_FUNCTION : public function_base
{
public:
typedef typename detail::function::function_return_type<R>::type
internal_result_type;
private:
struct clear_type {};
public:
@ -254,7 +256,6 @@ namespace boost {
{
typedef internal_result_type type;
};
friend struct sig;
#if BOOST_FUNCTION_NUM_ARGS == 1
typedef T0 argument_type;