forked from boostorg/bind
Minor fix to address SGI MIPSpro regression failure.
[SVN r11807]
This commit is contained in:
@@ -910,6 +910,10 @@ template<> struct bind_t_generator<void>
|
|||||||
|
|
||||||
template<class F, class L> class implementation
|
template<class F, class L> class implementation
|
||||||
{
|
{
|
||||||
|
private:
|
||||||
|
|
||||||
|
typedef void R;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
implementation(F f, L const & l): f_(f), l_(l) {}
|
implementation(F f, L const & l): f_(f), l_(l) {}
|
||||||
|
Reference in New Issue
Block a user