The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
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