Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Aug 16, 2024
1 parent aa43306 commit b17da3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ class HostCommsTask {

template <typename InputIt, typename InputLimit>
requires std::forward_iterator<InputIt> &&
std::sized_sentinel_f-flashInputLimit, InputIt>
std::sized_sentinel_for<InputLimit, InputIt>
auto visit_gcode(const gcode::GetLidTemperatureDebug& gcode,
InputIt tx_into, InputLimit tx_limit)
-> std::pair<bool, InputIt> {
Expand Down

0 comments on commit b17da3e

Please sign in to comment.