Created
February 5, 2013 19:36
-
-
Save acmorrow/4716989 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// C++11 removes the silly template angle bracket rules: | |
std::vector<std::map<std::string, std::string> > // C++03, lame | |
std::vector<std::map<std::string, std::string>> // C++11, not lame | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment