fix algorithm implementation

This commit is contained in:
bolero-MURAKAMI 2017-10-18 14:42:38 +09:00
parent 23408e46c4
commit fb9770ce34
23 changed files with 46 additions and 41 deletions

View file

@ -76,9 +76,9 @@ namespace sprout {
typename sprout::fixed::results::algorithm<Result>::type
>::type
swap_element_copy_impl(
ForwardIterator, ForwardIterator,
ForwardIterator const&, ForwardIterator const&,
Result const& result,
ForwardIterator, ForwardIterator,
ForwardIterator const&, ForwardIterator const&,
typename sprout::container_traits<Result>::size_type,
Args const&... args
)