Hi.<br><br>This is my first patch, so _please_ make sure it's working.<br>I solved some very annoying things regarding c++0x support, that are:<br><ul><li>support for strongly typed enums (works fine)<br></li><li>support for new member initializers ('{}' instead of '()') (I'm pretty sure it works fine)</li>
<li>'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')</li>
</ul><br>I hope that this helps you.<br><br>Kind regards, Syron<br>