Oooh, I can come up with a list of pet hates:

   - Destructors need to be virtual if you intend use polymorphically
   - Sometimes members are initialized by default, sometimes they aren't
   - Local clases can't be used as template parameters (makes them less useful)
   - exception specifiers: look useful, but aren't
   - function overloads hide base class functions with different signatures.
  

On the plus side
   - hidden feature: function try blocks. Unfortunately I haven't found a use for it. Yes I know why they added it, but you have to rethrow in a constructor which makes it pointless.