diff --git a/include/crap/algorithm.d/findifnottype.h b/include/crap/algorithm.d/findifnottype.h index 5f173b5..c873d79 100644 --- a/include/crap/algorithm.d/findifnottype.h +++ b/include/crap/algorithm.d/findifnottype.h @@ -4,6 +4,7 @@ #include #include "../utility.d/bisecttype.h" +#include "../version.d/libintegralconstantcallable.h" namespace crap { @@ -15,6 +16,9 @@ namespace crap constexpr const static std :: size_t npos = 0u; using value_type = decltype(value); constexpr operator value_type () const noexcept; +#if (crap_lib_integral_constant_callable >= 201304L) + constexpr value_type operator () () const noexcept; +#endif }; template