mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
fix inline
add container/indexes.hpp add tuple/indexes.hpp
This commit is contained in:
parent
ba6482d1ec
commit
c6bd230ee4
340 changed files with 1087 additions and 979 deletions
|
@ -13,7 +13,7 @@ namespace sprout {
|
|||
|
||||
// 25.3.13 partitions
|
||||
template<typename Range, typename Predicate>
|
||||
SPROUT_CONSTEXPR typename sprout::range::range_return<Range>::type
|
||||
inline SPROUT_CONSTEXPR typename sprout::range::range_return<Range>::type
|
||||
partition_point(Range&& range, Predicate pred) {
|
||||
return sprout::range::range_return<Range>::pack(
|
||||
sprout::partition_point(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue