From 4536f2c2932149a866e6d976d5a933d621cb8dd9 Mon Sep 17 00:00:00 2001 From: arvidn Date: Mon, 31 Aug 2015 00:36:43 -0400 Subject: [PATCH] fix typo --- include/libtorrent/aux_/allocating_handler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/aux_/allocating_handler.hpp b/include/libtorrent/aux_/allocating_handler.hpp index 0c012cef9..5c97c6003 100644 --- a/include/libtorrent/aux_/allocating_handler.hpp +++ b/include/libtorrent/aux_/allocating_handler.hpp @@ -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 void operator()(A&&... a) const