@@ -161,7 +161,7 @@ public:
vert{other.vert} {}
/*! @brief Default destructor. */
- ~adjacency_matrix() noexcept = default;
+ ~adjacency_matrix() = default;
/**
* @brief Default copy assignment operator.
@@ -166,7 +166,7 @@ public:
sync_on{other.sync_on} {}
- ~basic_flow() noexcept = default;
+ ~basic_flow() = default;