Skip to content

Commit

Permalink
Update single header
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbrindle authored and github-actions[bot] committed Jan 31, 2024
1 parent 03a2ef5 commit bbfb1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_include/flux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5285,7 +5285,7 @@ struct cartesian_power_adaptor
FLUX_NO_UNIQUE_ADDRESS Base base_;

public:
constexpr explicit cartesian_power_adaptor(Base&& base)
constexpr explicit cartesian_power_adaptor(decays_to<Base> auto&& base)
: base_(FLUX_FWD(base))
{}

Expand Down

0 comments on commit bbfb1d4

Please sign in to comment.