Instant reverse C++ does not recognize "= delete" C++11 command

When I do instant reverse on classes that delete the constructors or operators, VPP adds those functions in when they should be deleted. The class is written down in the note attached to the generated class.
TestClassDiagram

The correct class diagram should be
TestClassDiagramCorrect

Hi packerx,

Thanks for your enquiry. Deleted functions is supported now and will be available in next patch.

Hi packerx,

I would like to let you know the Deleted function is now supported by C++ instant reverse. Please update the software to latest patch build (20200630ai or later) to get this enhancement. Details about update to latest patch can be found at

  • Please make sure you have pressed the “Update to latest patch” button on the left hand side of the dialog right after launching the update program

Feel free to contact me if you require any further information.

Thank you very much. Works perfectly :slight_smile: