fixed warning

This commit is contained in:
Arvid Norberg
2008-03-16 05:01:07 +00:00
parent f8b2b60634
commit 026e98222b

View File

@@ -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_;
};