There was an error while loading. Please reload this page.
const int& Identity(const int& a) { return a; }
Suggest 'a' to be marked lifetimebound.
Status