Files
ladybird/Userland
Lenny Maiorani 31d24d8292 LibC: Remove static from function local constexpr variable
Problem:
- Function local `constexpr` variables do not need to be
  `static`. This consumes memory which is unnecessary and can prevent
  some optimizations.

Solution:
- Remove `static` keyword.
2021-05-18 08:07:21 +02:00
..
2021-05-17 13:35:39 +02:00
2021-05-17 18:14:05 +01:00