Skip to content

Commit

Permalink
Remove invalid assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Mar 2, 2023
1 parent e08e94f commit ec9608c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libmamba/src/core/satisfiability_error.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,6 @@ namespace mamba
const node_id_mapping& old_to_new
)
{
// Check nothrow move for efficient push_back
static_assert(std::is_nothrow_move_constructible_v<ProblemsGraph::edge_t>);

auto add_new_edge = [&](ProblemsGraph::node_id old_from, ProblemsGraph::node_id old_to)
{
auto const new_from = old_to_new[old_from];
Expand Down

0 comments on commit ec9608c

Please sign in to comment.