Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove non ascii
  • Loading branch information
huixie90 committed Jul 19, 2025
commit eb62d3847b48c38eb718f94df2b53ffe1d3607b6
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "../types.h"

// Test noexcept
// Remarks: Let Is be the pack 0, 1, , (sizeof...(Views)-1). The exception specification is equivalent to:
// Remarks: Let Is be the pack 0, 1, ..., (sizeof...(Views)-1). The exception specification is equivalent to:
// noexcept(invoke(*parent_->fun_, *std::get<Is>(inner_.current_)...)).

template <class ZipTransformView>
Expand Down