// PR c++/41754 // { dg-do run { target c++11 } } #include #include #include using namespace std; int main() { map m; m.insert({{"t", "t"}, {"y", "y"}}); return 0; }