1
Fork 0
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:
Andreas Kling 2019-06-01 14:11:31 +02:00
parent a4726b846c
commit b8e705da0e
2 changed files with 8 additions and 3 deletions

View file

@ -293,3 +293,4 @@ using AK::max;
using AK::min;
using AK::move;
using AK::swap;
using AK::RemoveConst;