Compile [2024-02-06 12:55:46 UTC]: fail
"g++-13" -fvisibility-inlines-hidden -std=gnu++17 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_BEAST_ALLOW_DEPRECATED -DBOOST_BEAST_SEPARATE_COMPILATION -DBOOST_COBALT_USE_STD_PMR=1 -I".." -c -o "/var/boost/run/results/boost/bin.v2/libs/stl_interfaces/test/detail.test/gcc-13~gnu17/debug/debug-symbols-off/threading-multi/visibility-hidden/detail.o" "../libs/stl_interfaces/test/detail.cpp"
In file included from ../libs/stl_interfaces/test/detail.cpp:10:
../boost/stl_interfaces/sequence_container_interface.hpp: In function 'std::size_t boost::stl_interfaces::detail::fake_capacity(const Container&)':
../boost/stl_interfaces/sequence_container_interface.hpp:65:16: error: 'SIZE_MAX' was not declared in this scope
65 | return SIZE_MAX;
| ^~~~~~~~
../boost/stl_interfaces/sequence_container_interface.hpp:15:1: note: 'SIZE_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
14 | #include <algorithm>
+++ |+#include <cstdint>
15 | #include <stdexcept>