1
0
forked from boostorg/bind

Minor fix to address SGI MIPSpro regression failure.

[SVN r11807]
This commit is contained in:
Peter Dimov
2001-11-29 15:10:05 +00:00
parent f6c95cf810
commit 389154b530

View File

@@ -910,6 +910,10 @@ template<> struct bind_t_generator<void>
template<class F, class L> class implementation
{
private:
typedef void R;
public:
implementation(F f, L const & l): f_(f), l_(l) {}