mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add sprout::shrink (convert from string to shorter string)
This commit is contained in:
parent
6d3f1e27c8
commit
83580a12c7
6 changed files with 67 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace sprout {
|
|||
//
|
||||
template<typename Iterator>
|
||||
struct range_container
|
||||
: public sprout::container_traits<Iterator>
|
||||
: public sprout::container_traits_facade<Iterator>
|
||||
{
|
||||
public:
|
||||
typedef Iterator iterator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue