fix generate, unfold

This commit is contained in:
bolero-MURAKAMI 2012-09-27 22:15:29 +09:00
parent 10e9a7679d
commit a9308ae3ee
8 changed files with 24 additions and 24 deletions

View file

@ -15,7 +15,7 @@ namespace sprout {
inline SPROUT_CONSTEXPR typename sprout::fixed::result_of::algorithm<Container>::type unfold_n(
Container const& cont,
Size n,
Generator gen,
Generator const& gen,
Inits const&... inits
)
{