mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Make sentence in T.41 complete (#1386)
This commit is contained in:
committed by
Sergey Zubkov
parent
ba2dbc5edf
commit
aa25be7d6b
@@ -17299,8 +17299,8 @@ On the other hand, there is nothing in the fundamental idea of sorting that says
|
|||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
If we require every operation used to be listed among the requirements, the interface becomes unstable:
|
If we require every operation used to be listed among the requirements, the interface becomes unstable:
|
||||||
Every time we change the debug facilities, the usage data gathering, testing support, error reporting, etc.
|
Every time we change the debug facilities, the usage data gathering, testing support, error reporting, etc.,
|
||||||
The definition of the template would need change and every use of the template would have to be recompiled.
|
the definition of the template would need change and every use of the template would have to be recompiled.
|
||||||
This is cumbersome, and in some environments infeasible.
|
This is cumbersome, and in some environments infeasible.
|
||||||
|
|
||||||
Conversely, if we use an operation in the implementation that is not guaranteed by concept checking,
|
Conversely, if we use an operation in the implementation that is not guaranteed by concept checking,
|
||||||
|
|||||||
Reference in New Issue
Block a user