mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add c++14 sort algorithm
This commit is contained in:
parent
aeefee42ee
commit
ef4a7ac1d8
7 changed files with 340 additions and 12 deletions
|
@ -14,7 +14,7 @@ namespace sprout {
|
|||
//
|
||||
// 25.4.2 Nth element
|
||||
//
|
||||
// !!! TOTO: implementation
|
||||
// !!! TODO: implementation
|
||||
template<typename RandomAccessIterator>
|
||||
inline SPROUT_CXX14_CONSTEXPR void
|
||||
nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue