mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
commit
4de7884fa6
|
@ -10061,7 +10061,7 @@ Often a `constexpr` function implies less compile-time overhead than alternative
|
|||
return res;
|
||||
}
|
||||
|
||||
constexpr auto f7 = fac(pi,7);
|
||||
constexpr auto f7 = pow(pi,7);
|
||||
|
||||
**Enforcement**:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user