mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
fix reverse_iterator
support STL container: some algorithms
This commit is contained in:
parent
a9cd556f8e
commit
9a593cbb81
30 changed files with 634 additions and 78 deletions
|
@ -11,7 +11,7 @@ namespace sprout {
|
|||
template<typename T>
|
||||
class replace_value {
|
||||
public:
|
||||
typedef T const& result_type;
|
||||
typedef T result_type;
|
||||
typedef T const& argument_type;
|
||||
private:
|
||||
T old_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue