fix iterator implementation

This commit is contained in:
bolero-MURAKAMI 2013-02-23 15:21:27 +09:00
parent 4c996bd47b
commit 7c706381d4
65 changed files with 494 additions and 313 deletions

View file

@ -90,7 +90,7 @@ namespace sprout {
inline SPROUT_CONSTEXPR typename sprout::fixed::result_of::algorithm<Result>::type
dft(
ForwardIterator first, ForwardIterator last, Result const& result,
void*
std::forward_iterator_tag*
)
{
return sprout::fixed::detail::dft_impl(first, last, result, sprout::size(result), first, 0);