AK: Pull Is{Integral,FloatingPoint} into the global namespace
This commit is contained in:
parent
04e1827864
commit
4dcd23c2be
Notes:
sideshowbarker
2024-07-19 01:02:42 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/4dcd23c2be2 Pull-request: https://github.com/SerenityOS/serenity/pull/4335
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
Reference in a new issue