mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
79006c03b4
Template argument are checked to ensure that the `Out` type is equal or convertible to the type returned by the invokee. Compilation now fails on: `Function<void()> f = []() -> int { return 0; };` But this is allowed: `Function<ErrorOr<int>()> f = []() -> int { return 0; };` |
||
---|---|---|
.. | ||
DOM | ||
Parser | ||
CMakeLists.txt | ||
Forward.h | ||
FundamentalTypes.h |