mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
fix iterator parameter
This commit is contained in:
parent
6e8b5ea395
commit
802f2fbaed
111 changed files with 607 additions and 633 deletions
|
@ -19,7 +19,7 @@ namespace sprout {
|
|||
template<typename InputIterator, typename Size>
|
||||
inline SPROUT_CONSTEXPR typename std::iterator_traits<InputIterator>::value_type
|
||||
dft_element_impl(
|
||||
InputIterator first, InputIterator last, typename std::iterator_traits<InputIterator>::difference_type i,
|
||||
InputIterator const& first, InputIterator const& last, typename std::iterator_traits<InputIterator>::difference_type i,
|
||||
Size size
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue