diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2019-11-04 15:11:07 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2019-11-06 14:14:47 (GMT) |
commit | 53227a4ff27c6eda7cb5b3b283f96d1f2d2d56ca (patch) | |
tree | 92e127c69389bae8ae45f39019a70e68374f3b50 /Utilities | |
parent | e3afdef8c567880d7c83ca5980e4c5f5d289880c (diff) | |
download | CMake-53227a4ff27c6eda7cb5b3b283f96d1f2d2d56ca.zip CMake-53227a4ff27c6eda7cb5b3b283f96d1f2d2d56ca.tar.gz CMake-53227a4ff27c6eda7cb5b3b283f96d1f2d2d56ca.tar.bz2 |
Refactor: Modernize `foreach` code and fix some bugs
- fix the typo in `foreach` documentation
- fix broken `foreach(... IN ITEMS ... LISTS ...)`
- add tests of `foreach` for existed functionality and fixes
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/IWYU/mapping.imp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/IWYU/mapping.imp b/Utilities/IWYU/mapping.imp index ef31e8b..5e4c7ba 100644 --- a/Utilities/IWYU/mapping.imp +++ b/Utilities/IWYU/mapping.imp @@ -24,6 +24,7 @@ { include: [ "<bits/shared_ptr.h>", private, "<memory>", public ] }, { include: [ "<bits/std_function.h>", private, "<functional>", public ] }, { include: [ "<bits/refwrap.h>", private, "<functional>", public ] }, + { include: [ "<bits/std_abs.h>", private, "<stdlib.h>", public ] }, { include: [ "<bits/stdint-intn.h>", private, "<stdint.h>", public ] }, { include: [ "<bits/stdint-uintn.h>", private, "<stdint.h>", public ] }, { include: [ "<bits/time.h>", private, "<time.h>", public ] }, |