Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comparison helper macros: drop the check for noexcept
Now when we explicitly have the _NON_NOEXCEPT version of the macros, and a static_assert() in the "normal" macros, it does not make sense to have these checks in the helper functions. If the developers choose the _NON_NOEXCEPT macro, they clearly know what they are doing. So simply drop the check and get rid of the annoying XFAILs in the test log. Pick-to: 6.8 Change-Id: Id467ae5ad6a852da7c39dd1dbf32ce5838e69ecc Reviewed-by: Thiago Macieira <[email protected]>
- Loading branch information