gaussianrecurrence commented on a change in pull request #680:
URL: https://github.com/apache/geode-native/pull/680#discussion_r513466788
##########
File path: cppcache/include/geode/AuthenticatedView.hpp
##########
@@ -90,7 +90,7 @@ class APACHE_GEODE_EXPORT AuthenticatedView : public
RegionService {
/**
* @brief destructor
*/
- virtual ~AuthenticatedView();
+ virtual ~AuthenticatedView() override;
Review comment:
In this case this is not an ABI breaking change, as override is just a
keyword introduced in the standard in order to have the compiler checked that
the virtual function you are overriding has the same signature as the one on
the base class.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]