kdevelop 4.3.1 (for gcc 4.7 compliance)
Artur Bać
artur at ebasoft.com.pl
Sat Apr 7 18:43:50 UTC 2012
On 2012-04-07 15:03, Milian Wolff wrote:
> Hey all,
>
> this just came in: https://bugs.kde.org/show_bug.cgi?id=297604
>
> seems like our language support breaks pretty badly with gcc 4.7 system
> headers :) luckily enough, Ivan Shapovalov stepped up quickly and fixed it
> all, yay!
>
> I think this along with our other fixes already calls for a 4.3.1 release, or
> what do you think?
>
> Maybe next friday? So you still have time for more fixes until then.
There is a parser error with initializer list assigment (not construction)
std::vector<int> lst;
lst = {1,2,3};
in current code
More information about the KDevelop-devel
mailing list