From e1762f476d59d4f4f1bdc8971e5f4084de3fbbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 31 Mar 2025 10:25:17 +0200 Subject: [PATCH] bad merge --- .../include/CGAL/CMap_linear_cell_complex_storages_with_index.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Linear_cell_complex/include/CGAL/CMap_linear_cell_complex_storages_with_index.h b/Linear_cell_complex/include/CGAL/CMap_linear_cell_complex_storages_with_index.h index 5dfc7773cca..3fb7e1c2ab0 100644 --- a/Linear_cell_complex/include/CGAL/CMap_linear_cell_complex_storages_with_index.h +++ b/Linear_cell_complex/include/CGAL/CMap_linear_cell_complex_storages_with_index.h @@ -190,7 +190,6 @@ namespace CGAL { { // Allocate a dart for null_dart_descriptor CGAL_assertion(mdarts.empty()); // the compact container is empty - Dart_index local_null_dart_descriptor = mdarts.emplace(); CGAL_assertion_code( Dart_index local_null_dart_descriptor = ) mdarts.emplace(); CGAL_assertion_msg(local_null_dart_descriptor==0, "[ERROR] fatal in CMap_linear_cell_complex_storage_with_index::init_storage");