Commit Graph

8 Commits

Author SHA1 Message Date
Kolya Matteo
f06dc424dd In cxx14, remove unnecessary #include <algorithm> and correct some comments 2016-04-29 16:04:17 -04:00
Marshall Clow
85adf4c74e For some reason, these routines were only compiled in for C++11 and less. Make them available all the time. 2014-12-03 15:07:33 -08:00
Marshall Clow
3fd9c35138 Removed some tabs that snuck in. No functionality change 2014-07-08 08:47:15 -07:00
Marshall Clow
0f63883818 Rework the file layout and implementation of 'is_permutation' to match the various versions of the C++ standard. In particular, move the four iterator versions into the cxx14/ directory. 2014-03-23 14:56:48 -07:00
Marshall Clow
4c3b17ce77 Remove tabs
[SVN r86310]
2013-10-14 21:31:19 +00:00
Marshall Clow
3e5f571230 fixed Doxygen comment
[SVN r84448]
2013-05-23 18:29:49 +00:00
Marshall Clow
b9d89c559b Better 'is_permutation' implementation, tests
[SVN r84389]
2013-05-20 15:37:50 +00:00
Marshall Clow
a4b907197e Add C++14 extensions to 'equal' and 'mismatch'
[SVN r84206]
2013-05-09 17:22:46 +00:00