mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
LibCore: CObjects without is<T> specialization shouldn't LARP as others.
This commit is contained in:
parent
a4726b846c
commit
b8e705da0e
2 changed files with 8 additions and 3 deletions
|
@ -293,3 +293,4 @@ using AK::max;
|
|||
using AK::min;
|
||||
using AK::move;
|
||||
using AK::swap;
|
||||
using AK::RemoveConst;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue