This commit is contained in:
arvidn 2015-08-31 00:36:43 -04:00
parent c1f9d6edc3
commit 4536f2c293
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ namespace libtorrent { namespace aux
{}
#endif
#if !deffined BOOST_NO_CXX11_VARIADIC_TEMPLATES \
#if !defined BOOST_NO_CXX11_VARIADIC_TEMPLATES \
&& !defined BOOST_NO_CXX11_RVALUE_REFERENCES
template <class... A>
void operator()(A&&... a) const