You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
pjotr1
Posted - Apr 19 2008 : 09:34:02 AM When changing signature of virtual function, the inheritance is omited i.e. parent's and child's function signatures have not been changed. It cause that polymorphic behavior of modified function is broken even if the compilation and build of project was succeeded.
Is it possible to add some option for tracking inheritance while changing signatures virtual functions?
2 L A T E S T R E P L I E S (Newest First)
sean
Posted - Nov 18 2013 : 3:28:52 PM Change Signature was overhauled in build 2007 and now supports changes to a class hierarchy.
accord
Posted - Apr 23 2008 : 10:29:39 AM This is on our list of things to consider doing