I have several std::unordered_maps. They all have an std::string as their key and their data differs. I want to make a csv string from a given map\'s k
auto parameters are only allowed in lambdas in C++14.
Probably this is since in an classic function like yours you could have declared a function template (which is basically what happens in the lambda case) while lambdas can't be templates.