Skip to content

Commit

Permalink
FIX: default value in realisation
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxnox committed Jun 5, 2017
1 parent 2df9131 commit 03c876c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shuffled.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class iter::impl::ShuffledView {

template <typename Container>
iter::impl::ShuffledView<Container> iter::shuffled(
Container&& container, int seed = 1) {
Container&& container, int seed /*= 1*/) {
return {std::forward<Container>(container), seed};
}

Expand Down

0 comments on commit 03c876c

Please sign in to comment.