mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
parent
6574e60805
commit
d451f84f31
4 changed files with 406 additions and 32 deletions
|
@ -26,7 +26,7 @@ using FalseType = IntegralConstant<bool, false>;
|
|||
using TrueType = IntegralConstant<bool, true>;
|
||||
|
||||
template<class T>
|
||||
using AddConst = const T;
|
||||
using AddConst = T const;
|
||||
|
||||
template<class T>
|
||||
struct __AddConstToReferencedType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue