diff --git a/include/CLI.hpp b/include/CLI.hpp index a07bec3d..4431932d 100644 --- a/include/CLI.hpp +++ b/include/CLI.hpp @@ -43,11 +43,11 @@ namespace detail { constexpr detail::enabler dummy = {}; // Copied from C++14 -// template< bool B, class T = void > -// using enable_if_t = typename std::enable_if::type; +template< bool B, class T = void > +using enable_if_t = typename std::enable_if::type; template -using EnableIf = typename std::enable_if::type; +using EnableIf = enable_if_t; struct Combiner { int num;