Skip to content

Commit

Permalink
Update identity.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi authored Oct 19, 2024
1 parent 9aa88cd commit de02eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/beman/exemplar/identity.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ struct identity {
#endif
T&&
operator()(T&& t) const noexcept {
int
size
=
0;
return std::forward<T>(t);
}

Expand Down

0 comments on commit de02eac

Please sign in to comment.