blob: 7685f6141584852528366ae81497b0406db86678 [file] [log] [blame]
void foo()
{
for(std::map<std::string, std::string>::iterator it=m_stat_http_conn_total.m_stat_response_codes.begin(); it!=m_stat_http_conn_total.m_stat_response_codes.end(); ++i)
{
bar(it);
}
}