mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +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
|
@ -37,7 +37,6 @@ namespace sprout {
|
|||
T const& value, typename std::iterator_traits<InputIterator>::difference_type n
|
||||
)
|
||||
{
|
||||
typedef sprout::pair<InputIterator, bool> type;
|
||||
return current.second || !*current.first ? current
|
||||
: sprout::detail::strchr_impl(
|
||||
sprout::detail::strchr_impl_1(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue