diff --git a/sol/traits.hpp b/sol/traits.hpp index 6d987af9..b093d7c9 100644 --- a/sol/traits.hpp +++ b/sol/traits.hpp @@ -51,7 +51,7 @@ template struct Or : Bool {}; template -struct Or : If, Or, Bool> {}; +struct Or : If, Or> {}; template using EnableIf = typename std::enable_if::value, int>::type;