Skip to content

Support std::identity

Santiago Ospina De Los Ríos requested to merge feature/add-std-identity into master

What does this MR do?

This is an approved struct for the C++20 standard. The implementation comes from the suggested implementation in cppreference.com.

Can this MR be accepted?

  • Implemented
  • Added test
  • Pipeline passing
  • Added entry to CHANGELOG.md

Related issues

Edited by Santiago Ospina De Los Ríos

Merge request reports