Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add static_assert verifing page size is constexpr.
Whenever PAGE_SIZE is defined, make sure that the getPageSizeCached() function is constexpr using a static_assert. If it isn't this won't compile. Test: treehugger Change-Id: I4f7374cc6d9d7b538d7bf33a0748ba17b13b6218
- Loading branch information