Advertisement
hnOsmium0001

Untitled

Jun 30th, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. In template: no matching function for call to 'operator new'
  2. in instantiation of function template specialization 'std::_Rb_tree<int, std::pair<const int, int>, std::_Select1st<std::pair<const int, int>>, std::less<int>>::_M_construct_node<const std::piecewise_construct_t &, std::tuple<const int ...
  3. in instantiation of function template specialization 'std::_Rb_tree<int, std::pair<const int, int>, std::_Select1st<std::pair<const int, int>>, std::less<int>>::_M_create_node<const std::piecewise_construct_t &, std::tuple<const int &>,...
  4. in instantiation of function template specialization 'std::_Rb_tree<int, std::pair<const int, int>, std::_Select1st<std::pair<const int, int>>, std::less<int>>::_M_emplace_hint_unique<const std::piecewise_construct_t &, std::tuple<const...
  5. in instantiation of function template specialization 'std::map<int, int>::emplace_hint<const std::piecewise_construct_t &, std::tuple<const int &>, std::tuple<int &>>' requested here
  6. in instantiation of function template specialization 'std::map<int, int>::try_emplace<int &>' requested here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement