Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

make_pair and map.insert

807575Sep 3 2010 — edited Sep 3 2010
g++ 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 1 2010
Added on Sep 3 2010
2 comments
185 views