From 29bea6f9b2166bf3e50815d84aff3535705f6b9b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 3 Nov 2018 07:16:21 +0100 Subject: fix build on Linux --- qxt-mini/powerset.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qxt-mini') diff --git a/qxt-mini/powerset.hpp b/qxt-mini/powerset.hpp index 7847548eb..d8a8ec9bd 100644 --- a/qxt-mini/powerset.hpp +++ b/qxt-mini/powerset.hpp @@ -66,8 +66,7 @@ private: }; template -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; using p = powerset; -- cgit v1.2.3