mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
AK: Pull Is{Integral,FloatingPoint} into the global namespace
This commit is contained in:
parent
04e1827864
commit
4dcd23c2be
1 changed files with 7 additions and 0 deletions
|
@ -41,3 +41,10 @@ concept FloatingPoint = IsFloatingPoint<T>::value;
|
|||
#endif
|
||||
|
||||
}
|
||||
|
||||
#if defined(__cpp_concepts) && !defined(__COVERITY__)
|
||||
|
||||
using AK::IsFloatingPoint;
|
||||
using AK::IsIntegral;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue