bad merge

This commit is contained in:
Sébastien Loriot 2025-03-31 10:25:17 +02:00
parent 526efd9642
commit e1762f476d
1 changed files with 0 additions and 1 deletions

View File

@ -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");