Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ES.30 fix example code The example should be passing in a constexpr and validating it at compile time like a macro, but instead passes a unknown value at compile time. Which may cause mislead and the code doesn't even work. Ref: #2136 * Update CppCoreGuidelines.md Used enums instead of raw numbers.
- Loading branch information