mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
AK: Make Concepts.h and StdLibExtras.h properly alias their own sumbols.
This commit is contained in:
parent
71a9a14c17
commit
b8fac0a8b3
2 changed files with 5 additions and 3 deletions
|
@ -47,8 +47,8 @@ concept Arithmetic = IsArithmetic<T>::value;
|
|||
|
||||
#if defined(__cpp_concepts) && !defined(__COVERITY__)
|
||||
|
||||
using AK::IsArithmetic;
|
||||
using AK::IsFloatingPoint;
|
||||
using AK::IsIntegral;
|
||||
using AK::Concepts::Arithmetic;
|
||||
using AK::Concepts::FloatingPoint;
|
||||
using AK::Concepts::Integral;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue