Closed GabrielDosReis closed 2 years ago
This patch moves the representation of elementary, built-in types to be constexpr objects instead of being dynamically constructed at startup time. In addition to improving reliability, it simplifies the structure of the implementation.
constexpr
This patch moves the representation of elementary, built-in types to be
constexpr
objects instead of being dynamically constructed at startup time. In addition to improving reliability, it simplifies the structure of the implementation.