make_pair and map.insert
807575Sep 3 2010 — edited Sep 3 2010g++ supports use of make_pair as an argument for map.insert.
Any chance for adding this support?
CC complains about make_pair return a std::pair<C,V> while map.insert requiring a std::pair<const C, V> argument...
- Thomas