From 21cf625132b2600ebe533f93511d4f3216647739 Mon Sep 17 00:00:00 2001 From: Alden Torres Date: Thu, 22 Dec 2016 18:14:17 -0500 Subject: [PATCH] swig related fix in units.hpp, swig parser needs named typename --- include/libtorrent/units.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/units.hpp b/include/libtorrent/units.hpp index b655b43b7..58b432e72 100644 --- a/include/libtorrent/units.hpp +++ b/include/libtorrent/units.hpp @@ -45,7 +45,7 @@ namespace libtorrent { namespace aux { template::value>::type> + , typename Cond = typename std::enable_if::value>::type> struct strong_typedef { using underlying_type = UnderlyingType;