This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Am 25. März 2012 22:13 schrieb Marc Glisse <marc.glisse@inria.fr>:- is there anything wrong with std::less?
Unfortunately yes: User-code can independently specialize std::less, so this could cause an observable difference. During concept time Doug Gregor suggested to simplify the library specification in that way, but the committee could not agree on that because of this observability problem.
-- Marc Glisse
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |