fix reverse_iterator

support STL container: some algorithms
This commit is contained in:
bolero-MURAKAMI 2013-01-20 08:53:20 +09:00
parent a9cd556f8e
commit 9a593cbb81
30 changed files with 634 additions and 78 deletions

View file

@ -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_;