Original Post
I have a class called foo and a class called bar which inherits from foo. I create an std::map and want to cast it to an std::map. How can I do this in C++ without using the boost library? [Edited by - EnigmaticCoder on November 30, 2009 6:00:14 PM]