flow: default destructor

This commit is contained in:
Michele Caini
2024-05-21 09:32:46 +02:00
parent 52de32291f
commit 89e3fcfda0

View File

@@ -165,6 +165,9 @@ public:
deps{std::move(other.deps), allocator},
sync_on{other.sync_on} {}
/*! @brief Default destructor. */
~basic_flow() noexcept = default;
/**
* @brief Default copy assignment operator.
* @return This flow builder.