C++: Address review comments.

This commit is contained in:
Michael Nebel
2025-09-04 12:44:51 +02:00
parent 83d53baf82
commit 61e8ad264f
6 changed files with 30 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
---
category: fix
---
* The predicate `occurenceCount` in the file module `MagicConstants` has been deprecated. Use `occurrenceCount` instead.
* The predicate `additionalAdditionOrSubstractionCheckForLeapYear` in the file module `LeapYear` has been deprecated. Use `additionalAdditionOrSubtractionCheckForLeapYear` instead.