revert ref
This commit is contained in:
parent
fb94a5f5d8
commit
cfb731231a
@ -19,8 +19,8 @@ class Enumerator {
|
|||||||
public:
|
public:
|
||||||
using Key = int32;
|
using Key = int32;
|
||||||
|
|
||||||
std::map<ValueT, int32> &get_map() const {
|
std::map<ValueT, int32> get_map() const {
|
||||||
return *map_;
|
return map_;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::pair<Key, bool> next() {
|
std::pair<Key, bool> next() {
|
||||||
|
Reference in New Issue
Block a user