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.3.13 Partitions
|
||||
//
|
||||
// !!! TOTO: implementation
|
||||
// !!! TODO: implementation
|
||||
template<typename BidirectionalIterator, typename Predicate>
|
||||
inline SPROUT_CXX14_CONSTEXPR BidirectionalIterator
|
||||
stable_partition(BidirectionalIterator first, BidirectionalIterator last, Predicate pred);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue