serenity/Userland
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
..
Applets ClipboardHistory: Show ranges and max dimensions for copied glyphs 2022-03-18 01:12:26 +01:00
Applications FontEditor: Reset unicode block view on undo/redo actions 2022-03-18 01:12:26 +01:00
Demos Eyes: Add 'Contents' action to help menu 2022-03-18 01:10:16 +01:00
DevTools HackStudio: Remove program name element in Core::command() calls 2022-03-17 12:32:59 +03:30
DynamicLoader
Games Hearts: Add icon to settings action 2022-03-18 01:10:16 +01:00
Libraries Everywhere: Switch from EnableIf to requires 2022-03-17 22:15:42 -07:00
Services LibJS: Add infallible variant of VM::push_execution_context() 2022-03-18 01:12:12 +01:00
Shell Shell: Stop parsing options after the script name 2022-03-11 08:41:21 +03:30
Utilities Utilities: Remove redundant program name element in Core::command() call 2022-03-17 12:32:59 +03:30
CMakeLists.txt