Basic C++0x patch
George Syron
mr.syron at googlemail.com
Sun Mar 14 05:23:22 UTC 2010
Hi.
This is my first patch, so _please_ make sure it's working.
I solved some very annoying things regarding c++0x support, that are:
- support for strongly typed enums (works fine)
- support for new member initializers ('{}' instead of '()') (I'm pretty
sure it works fine)
- 'default' and 'delete' assignments of member functions (that should be
limited to the proposed operators and c'tors, but I don't know how to do
that, and they are both marked as 'abstract')
I hope that this helps you.
Kind regards, Syron
// ignore the other mail (if you received one), this one includes the diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20100314/f7aa4d5b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cpp0x.diff
Type: text/x-patch
Size: 2910 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20100314/f7aa4d5b/attachment.diff>
More information about the KDevelop-devel
mailing list