Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clang support of
static_assert(std::abs(...))
Clang/LLVM compiler does not support constant expression of `std::abs`. Implement our own logic.
- Loading branch information