mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
This commit is contained in:
@@ -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 ] },
|
||||
|
||||
Reference in New Issue
Block a user