Skip to content

Commit

Permalink
Update core/algo/threaded_loop.h
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
daljit46 and github-actions[bot] authored Nov 22, 2023
1 parent abef3da commit cb4eb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/algo/threaded_loop.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ template <class OuterLoopType> struct ThreadedLoopRunOuter {
struct PerThread {
PerThread() = delete;
PerThread(const PerThread &) = default;
PerThread(PerThread &&) = default;
noexcept
PerThread &operator=(const PerThread &) = delete;
PerThread &operator=(PerThread &&) = delete;
Shared &shared;
Expand Down

0 comments on commit cb4eb6f

Please sign in to comment.