mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Add missing word 'from'
This commit is contained in:
@@ -5325,7 +5325,7 @@ Note that calling a specific explicitly qualified function is not a virtual call
|
|||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
There is nothing inherently wrong with calling virtual functions constructors and destructors.
|
There is nothing inherently wrong with calling virtual functions from constructors and destructors.
|
||||||
The semantics of such calls is type safe.
|
The semantics of such calls is type safe.
|
||||||
However, experience shows that such calls are rarely needed, easily confuse maintainers, and become a source of errors when used by novices.
|
However, experience shows that such calls are rarely needed, easily confuse maintainers, and become a source of errors when used by novices.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user