mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
parent
c4088e053b
commit
00d542f777
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user