Ion Gaztañaga

Results 4 issues of Ion Gaztañaga

Just in case I've modified files that are in theory auto-generated.

Follows the same pattern as BOOST_NO_CXX17_STD_APPLY and BOOST_NO_CXX17_STD_INVOKE. A few files seem to be auto-generated, but I modified them anyway, since they were under Git and it is not obvious...

In C++26: template pair insert_or_assign(K&& k, M&& obj); and template iterator insert_or_assign(const_iterator hint, K&& k, M&& obj); where added under `__cpp_lib_associative_heterogeneous_insertion >= 202311L`

Reported in the Boost mailing list: https://lists.boost.org/boost-users/2024/05/91583.php Apparently the boost::flyweight::intermodule_holder on LINUX is creating shared memory objects, which by accident (crash?) can persist after the process having created them is...