diff --git a/brigand/algorithms/all.hpp b/brigand/algorithms/all.hpp index f0cd842..33d792b 100644 --- a/brigand/algorithms/all.hpp +++ b/brigand/algorithms/all.hpp @@ -17,6 +17,11 @@ namespace brigand #if defined(BRIGAND_COMP_MSVC_2013) || defined(BRIGAND_COMP_CUDA) || defined(BRIGAND_COMP_INTEL) namespace detail { + template + struct all_helper : ::brigand::apply + { + }; + template struct bools_ { @@ -26,8 +31,8 @@ namespace detail template