fixed warning
This commit is contained in:
parent
f8b2b60634
commit
026e98222b
|
@ -270,7 +270,7 @@ namespace aux
|
|||
void operator()(T* p) const
|
||||
{ p->set_option(opt_); }
|
||||
|
||||
std::size_t operator()(boost::blank) const {}
|
||||
void operator()(boost::blank) const {}
|
||||
|
||||
SettableSocketOption const& opt_;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue