mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
fix for GCC4.8 RC
This commit is contained in:
parent
57bcbc6cdb
commit
2cb55b6b6c
55 changed files with 48 additions and 99 deletions
|
@ -57,7 +57,6 @@ namespace sprout {
|
|||
InputIterator1 last1, InputIterator2 last2, Compare comp, typename std::iterator_traits<InputIterator1>::difference_type n
|
||||
)
|
||||
{
|
||||
typedef sprout::tuples::tuple<InputIterator1, InputIterator2, bool> type;
|
||||
return sprout::tuples::get<2>(current) || sprout::tuples::get<0>(current) == last1 || sprout::tuples::get<1>(current) == last2 ? current
|
||||
: sprout::detail::find_intersection_impl(
|
||||
sprout::detail::find_intersection_impl_1(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue