From 4f7dab3519af7a76377d861bc99123a71ad44de9 Mon Sep 17 00:00:00 2001 From: Stat1cV01D <1160915+Stat1cV01D@users.noreply.github.com> Date: Tue, 28 Oct 2025 17:36:37 +0700 Subject: [PATCH] Fixes compilation issue for g++14 --- include/boost/stl_interfaces/view_adaptor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/stl_interfaces/view_adaptor.hpp b/include/boost/stl_interfaces/view_adaptor.hpp index a0e2c55..a472030 100644 --- a/include/boost/stl_interfaces/view_adaptor.hpp +++ b/include/boost/stl_interfaces/view_adaptor.hpp @@ -173,7 +173,7 @@ namespace boost { namespace stl_interfaces { #elif BOOST_STL_INTERFACES_USE_LIBSTDCPP_GCC12_RANGE_ADAPTOR_CLOSURE template - using range_adaptor_closure = std::views::__adaptor::_RangeAdaptorClosure; + using range_adaptor_closure = std::views::__adaptor::_RangeAdaptorClosure; #elif BOOST_STL_INTERFACES_NEED_VS_COMPATIBLE_RANGE_ADAPTOR_CLOSURE