`momo::stdish::map<int, const int> map = {{0, 0}};` - compilation error. `std::map<int, const int> mp = {{0, 0}};` - ok.
momo::stdish::map<int, const int> map = {{0, 0}};- compilation error.std::map<int, const int> mp = {{0, 0}};- ok.