Files
ladybird/Userland/Libraries/LibC
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-14 22:24:02 +02:00
2021-05-14 23:32:10 +02:00
2021-05-08 19:14:21 +02:00
2021-05-18 08:06:01 +02:00
2021-05-14 23:32:10 +02:00
2021-05-09 15:35:01 +02:00
2021-05-09 15:35:01 +02:00
2021-05-08 18:11:52 +02:00
2021-04-30 11:35:17 +02:00