change generator access tarits

This commit is contained in:
bolero-MURAKAMI 2016-04-14 20:14:49 +09:00
commit 75e164418b
12 changed files with 180 additions and 214 deletions

View file

@ -23,7 +23,7 @@ namespace sprout {
// ADL callable range_size(cont) -> range_size(cont)
// [default]
// Container is T[N] -> N
// callable cont.size() -> cont.size()
// otherwise, callable cont.size() -> cont.size()
// otherwise -> distance(begin(cont), end(cont))
//
template<typename Container>