Skip to content

Commit

Permalink
Bound 'quantify::transposition_max' to 1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Apr 3, 2024
1 parent 5f11d32 commit 545f78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adiar/exec_policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ namespace adiar
public:
/// \brief Default value construction.
constexpr transposition_max()
: _value(std::numeric_limits<unsigned char>::max())
: _value(1)
{}

/// \brief Wrap an `unsigned char`
Expand Down

0 comments on commit 545f78d

Please sign in to comment.