I'm using Visual Studio with Visual Assist for code editing, but codes are compiled by an very old version of g++(4.1.2), the compiler doesn't support `override` keyword.
When I use `Implements Virtual Functions`, the generated functions are always end with `override` and I need to remove them manually.
Is it possible to add an option to disable this feature?