Laurent Rineau
f508d6fe1d
Update STL_Extension/include/CGAL/unordered_flat_map.h
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-31 15:40:22 +01:00
Laurent Rineau
07e0ea785d
CDT_3: fix for Epeck
2025-10-29 14:12:50 +01:00
Laurent Rineau
1c4e24621c
fix the assertions about nothrow_movable in CDT_3
...
using Boost implementation of `unordered_map` instead of the std:: version.
2025-04-29 17:41:30 +02:00
Laurent Rineau
0dcc287941
add CGAL::unordered_flat_set
2025-01-23 17:23:12 +01:00
Laurent Rineau
ea151ff987
fix CGAL_USE_BARE_STD_MAP with Polyline_constraint_hierarchy_2
2025-01-08 21:15:22 +01:00
Laurent Rineau
552685784b
Add CGAL::unordered_flat_map implementation
...
...and `refactor Polyline_constraint_hierarchy_2` to use it.
`CGAL::unordered_flat_map` will be Boost `unordered_flat_map` if availlable, or the standard `std::unordered_map` otherwise.
2025-01-08 11:46:23 +01:00