Skip to content

Commit

Permalink
Fix warning in Combinatorial_map
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Oct 2, 2024
1 parent 240488c commit 19f809e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ namespace CGAL {
{
// Allocate a dart for null_dart_descriptor
assert(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 Combinatorial_map_storage_with_index::init_storage");
}

Expand Down

0 comments on commit 19f809e

Please sign in to comment.