serenity/Kernel/Library
Lenny Maiorani 2844f7c333 Everywhere: Switch from EnableIf to requires
C++20 provides the `requires` clause which simplifies the ability to
limit overload resolution. Prefer it over `EnableIf`

With all uses of `EnableIf` being removed, also remove the
implementation so future devs are not tempted.
2022-03-17 22:15:42 -07:00
..
ListedRefCounted.h AK+Kernel: Remove one_ref_left() footgun 2022-01-11 01:12:16 +01:00
ThreadSafeNonnullRefPtr.h Kernel: Remove the infallible make_ref_counted<T> factory function 2022-02-03 23:33:20 +01:00
ThreadSafeRefCounted.h AK+Kernel: Remove one_ref_left() footgun 2022-01-11 01:12:16 +01:00
ThreadSafeRefPtr.h Everywhere: Switch from EnableIf to requires 2022-03-17 22:15:42 -07:00
ThreadSafeWeakPtr.h Everywhere: Switch from EnableIf to requires 2022-03-17 22:15:42 -07:00