#include <string>#include <map>template <typename T> class foo{ std::map<std::string, T> bar;}; void func(){ foo<int> a;}