13 #ifndef RANGES_V3_UTILITY_NULLPTR_V_HPP
14 #define RANGES_V3_UTILITY_NULLPTR_V_HPP
16 #include <range/v3/detail/config.hpp>
18 "This header is deprecated and will be removed from a future version of range-v3.")
20 #include <range/v3/detail/prologue.hpp>
26 constexpr T * _nullptr_v()
31 #if RANGES_CXX_VARIABLE_TEMPLATES
34 constexpr T * nullptr_v =
nullptr;
38 #include <range/v3/detail/epilogue.hpp>
RANGES_DEPRECATED_HEADER("This header is deprecated and will be removed from a future version of range-v3.") namespace ranges
Definition: nullptr_v.hpp:17