Skip to content

Commit

Permalink
fix: remove constexpr from make_control_state
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Jun 24, 2024
1 parent 85094f7 commit f696b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mimic++/ControlPolicy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ namespace mimicpp
namespace detail
{
[[nodiscard]]
constexpr control_state_t make_control_state(
control_state_t make_control_state(
const int min,
const int max,
const int count,
Expand Down

0 comments on commit f696b4c

Please sign in to comment.