Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ template <typename Executor> class aggregated_executor {
public:
/// How many slices are there overall - required to check the launch
/// criteria
const size_t number_slices;
size_t number_slices;
size_t max_slices;
size_t id;
using executor_t = Executor;
Expand Down