graph: implicit noexcept-ness for dtors
This commit is contained in:
@@ -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} {}
|
||||
|
||||
/*! @brief Default destructor. */
|
||||
~basic_flow() noexcept = default;
|
||||
~basic_flow() = default;
|
||||
|
||||
/**
|
||||
* @brief Default copy assignment operator.
|
||||
|
||||
Reference in New Issue
Block a user