mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Add missing period
This commit is contained in:
@@ -18957,7 +18957,7 @@ If your system consists of a million lines of such code,
|
|||||||
you probably will not be able to use exceptions,
|
you probably will not be able to use exceptions,
|
||||||
but that's a problem with excessive and undisciplined pointer use, rather than with exceptions.
|
but that's a problem with excessive and undisciplined pointer use, rather than with exceptions.
|
||||||
In our opinion, you need RAII to make exception-based error handling simple and safe -- simpler and safer than alternatives.
|
In our opinion, you need RAII to make exception-based error handling simple and safe -- simpler and safer than alternatives.
|
||||||
* Exception performance is not predictable
|
* Exception performance is not predictable.
|
||||||
If you are in a hard-real-time system where you must guarantee completion of a task in a given time,
|
If you are in a hard-real-time system where you must guarantee completion of a task in a given time,
|
||||||
you need tools to back up such guarantees.
|
you need tools to back up such guarantees.
|
||||||
As far as we know such tools are not available (at least not to most programmers).
|
As far as we know such tools are not available (at least not to most programmers).
|
||||||
|
|||||||
Reference in New Issue
Block a user