Skip to content

Commit

Permalink
#1950: queue: make BaseUnit default constructible
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Sep 14, 2022
1 parent f09fcc1 commit 87a5740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vt/scheduler/base_unit.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ namespace vt { namespace sched {
struct BaseUnit {
using RunnablePtrType = std::unique_ptr<runnable::RunnableNew>;

BaseUnit() = default;

/**
* \brief Construct with a runnable
*
Expand Down

0 comments on commit 87a5740

Please sign in to comment.