mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix warning (for -Wextra)
This commit is contained in:
parent
49243e6c94
commit
57e35349e5
146 changed files with 459 additions and 499 deletions
|
@ -21,10 +21,10 @@ namespace sprout {
|
|||
typename sprout::fixed::result_of::algorithm<Result>::type
|
||||
>::type
|
||||
set_intersection_impl(
|
||||
InputIterator1 first1, InputIterator1 last1,
|
||||
InputIterator2 first2, InputIterator2 last2,
|
||||
Result const& result, Compare comp,
|
||||
typename sprout::container_traits<Result>::size_type size,
|
||||
InputIterator1, InputIterator1,
|
||||
InputIterator2, InputIterator2,
|
||||
Result const& result, Compare,
|
||||
typename sprout::container_traits<Result>::size_type,
|
||||
Args const&... args
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue