1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix uuid/string_generator.hpp

This commit is contained in:
bolero-MURAKAMI 2012-08-10 12:39:03 +09:00
parent e15e8f123e
commit d6a01cd831
10 changed files with 8 additions and 16 deletions

View file

@ -35,8 +35,6 @@ namespace sprout {
iterator_type deref_tmp;
public:
reverse_iterator() = default;
// !!!
//reverse_iterator(reverse_iterator const&) = default;
SPROUT_CONSTEXPR reverse_iterator(reverse_iterator const& other)
: current(other.current)
, deref_tmp(other.deref_tmp)