mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #521 from jeanphilippeD/Minor-typo
Add missing word 'from'
This commit is contained in:
commit
033d3ec0eb
|
@ -5350,7 +5350,7 @@ Note that calling a specific explicitly qualified function is not a virtual call
|
|||
|
||||
##### 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.
|
||||
However, experience shows that such calls are rarely needed, easily confuse maintainers, and become a source of errors when used by novices.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user