mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
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: 4dcd23c2be
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
Add a link
Reference in a new issue