As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
list<int> lst_1 {1, 2, 3}; lst_1. // <-- cc doesn't show any hint.. list<int> lst_2 = {1, 2, 3}; lst_2. // <- cc do work well ....====windows 10, mingw , c::b svn 10503