diff --git a/include/xo/expression/Apply.hpp b/include/xo/expression/Apply.hpp index 24f4849d..acb27a5f 100644 --- a/include/xo/expression/Apply.hpp +++ b/include/xo/expression/Apply.hpp @@ -49,6 +49,7 @@ namespace xo { std::vector> argv_; }; /*Apply*/ +#ifdef NOT_USING namespace detail { /** Use: ** std::vector> @@ -59,7 +60,7 @@ namespace xo { template <> struct apply_push_args<> { - static void p9ush_all(std::vector> * /*p_argv*/) {} + static void push_all(std::vector> * /*p_argv*/) {} }; template @@ -72,6 +73,7 @@ namespace xo { }; }; } +#endif /* reminder: initializer-lists are compile-time only */ inline ref::rp