mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Fix typo in T.123
This commit is contained in:
@@ -10061,7 +10061,7 @@ Often a `constexpr` function implies less compile-time overhead than alternative
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr auto f7 = fac(pi,7);
|
constexpr auto f7 = pow(pi,7);
|
||||||
|
|
||||||
**Enforcement**:
|
**Enforcement**:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user