Fixes compilation issue for g++14

This commit is contained in:
Stat1cV01D
2025-10-28 17:36:37 +07:00
committed by Zach Laine
parent 9bf4c92758
commit 4f7dab3519

View File

@@ -173,7 +173,7 @@ namespace boost { namespace stl_interfaces {
#elif BOOST_STL_INTERFACES_USE_LIBSTDCPP_GCC12_RANGE_ADAPTOR_CLOSURE
template<typename D>
using range_adaptor_closure = std::views::__adaptor::_RangeAdaptorClosure;
using range_adaptor_closure = std::views::__adaptor::_RangeAdaptorClosure<D>;
#elif BOOST_STL_INTERFACES_NEED_VS_COMPATIBLE_RANGE_ADAPTOR_CLOSURE