diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 3493973..13ecdfe 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -1775,7 +1775,7 @@ You could use cyclomatic complexity. Try "more that 10 logical path through." Co constexpr int fac(int n) { constexpr int max_exp = 17; // constexpr enables this to be used in Expects - Expects(0<=x && x