mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
AK: Move compiletime_fail to StdLibExtras.h
This function will be used in the next commit in "BigIntBase.h".
This commit is contained in:
parent
1fec1741b9
commit
2a6f5ff441
2 changed files with 3 additions and 3 deletions
|
@ -32,6 +32,9 @@ requires(AK::Detail::IsIntegral<T>)
|
|||
return value && !((value) & (value - 1));
|
||||
}
|
||||
|
||||
template<typename... Args>
|
||||
void compiletime_fail(Args...);
|
||||
|
||||
}
|
||||
|
||||
#if !USING_AK_GLOBALLY || defined(AK_DONT_REPLACE_STD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue