revert ref

This commit is contained in:
andrew (from workstation) 2020-05-22 11:13:32 +02:00
parent fb94a5f5d8
commit cfb731231a

View File

@ -19,8 +19,8 @@ class Enumerator {
public:
using Key = int32;
std::map<ValueT, int32> &get_map() const {
return *map_;
std::map<ValueT, int32> get_map() const {
return map_;
}
std::pair<Key, bool> next() {