Files
ladybird/AK
Brian Gianforcaro ff0c7da75d AK: Add SFINAE fallback for AK C++ concepts use, for Coverity compiler
The Coverity compiler doesn't support C++2a yet, and thus doesn't
even recognize concept keywords. To allow serenity to be built and
analyzed on such compilers, add a fallback underdef to perform
the same template restriction based on AK::EnableIf<..> meta
programming.

Note: Coverity does seem to (annoyingly) define __cpp_concepts, even
though it doesn't support them, so we need to further check for
__COVERITY__ explicitly.
2020-08-17 09:17:57 +02:00
..
2019-05-28 17:31:20 +02:00
2020-06-13 12:43:22 +02:00
2020-07-15 20:16:38 +02:00
2020-07-25 12:32:55 +02:00
2020-02-25 14:55:04 +01:00
2020-07-23 23:02:28 +02:00
2020-07-23 23:02:28 +02:00
2020-08-16 16:33:28 +02:00