From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-04-09 20:44:53


Eric Niebler:

> I'm glad we know how to write the identity function object in C++0x.
> What about in C++03?

I'd put the C++03 overloads in an #else block; apart from that, this
identity function object is correct.