SIGN IN SIGN UP

llama : well-defined static initialization of complex objects (#927)

* Replaced static initialization of complex objects with a initialization on first use. This prevents an undefined behavior on program run, for example, crash in Release build, works in Debug build

* replaced use of auto with exact type to avoid using -std=c++14

* Made the assessors functions for static maps be static const
A
Arik Poznanski committed
efd05648c88a0923a55f56e7ce1b0f9c33410afb
Parent: eb17a02
Committed by GitHub <noreply@github.com> on 4/17/2023, 2:41:53 PM