mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
workaroud for clang3.2 (inversive_congruential)
This commit is contained in:
parent
d39f4abe0f
commit
b9121b8850
4 changed files with 94 additions and 12 deletions
|
@ -72,13 +72,6 @@ namespace sprout {
|
|||
: r
|
||||
;
|
||||
}
|
||||
template<typename Container>
|
||||
inline SPROUT_CONSTEXPR typename sprout::fixed::result_of::algorithm<Container>::type
|
||||
swap_lr(
|
||||
Container const& cont,
|
||||
typename sprout::container_traits<Container>::difference_type l,
|
||||
typename sprout::container_traits<Container>::difference_type r
|
||||
);
|
||||
template<typename Container, typename Compare>
|
||||
inline SPROUT_CONSTEXPR typename sprout::fixed::result_of::algorithm<Container>::type
|
||||
sort_part_l(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue