mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
@@ -2818,7 +2818,7 @@ Flag any use of `&&` as a return type, except in `std::move` and `std::forward`.
|
|||||||
|
|
||||||
class derived : public base {
|
class derived : public base {
|
||||||
public:
|
public:
|
||||||
override int multiply(int value, int factor = 10);
|
int multiply(int value, int factor = 10) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
derived d;
|
derived d;
|
||||||
|
|||||||
Reference in New Issue
Block a user