mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
9d3b73743e
There was an issue with Clang that causes `consteval` function calls from default initializers of fields to be made at run-time. This manifested itself in the case of `ByteString::formatted` as an undefined reference to `check_format_parameter_consistency` once format string checking was enabled for Clang builds. The workaround is simple (just move it to the member initializer list), and unblocks a useful change. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
BuggieBox | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |