summaryrefslogtreecommitdiffhomepage
path: root/qxt-mini/powerset.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'qxt-mini/powerset.hpp')
-rw-r--r--qxt-mini/powerset.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/qxt-mini/powerset.hpp b/qxt-mini/powerset.hpp
index 7847548e..d8a8ec9b 100644
--- a/qxt-mini/powerset.hpp
+++ b/qxt-mini/powerset.hpp
@@ -66,8 +66,7 @@ private:
};
template<typename t, typename... xs>
-auto
-cc_forceinline make_powerset(const t& arg, const xs&... args)
+inline auto make_powerset(const t& arg, const xs&... args)
{
using cnt = std::integral_constant<std::uintptr_t, sizeof...(xs)+1>;
using p = powerset<t, cnt::value>;