Weirdo constructor

This commit is contained in:
Marc Glisse 2020-05-24 11:08:44 +02:00
parent 7a35fbe6fb
commit d7224e5f66
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ struct Data_access
typedef typename Map::mapped_type Data_type;
typedef typename Map::key_type Key_type;
Data_access<Map>(const Map& m): map(m){}
Data_access(const Map& m): map(m){}
std::pair< Data_type, bool>
operator()(const Key_type& p) const