Skip to content

wallpapers/image: mark static objects constinit

Fushan Wen requested to merge work/fuf/constinit into master

Static and thread-local objects should be constexpr or constinit if possible to ensure that no dynamic initialization can take place.

Merge request reports