build: upgrade to C++23

Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of
the standard has been implemented.  Upgrade the build to leverage it.

Change-Id: I36e9219ec764c9fddb762f323ee812223df36172
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed
tree: c8aace54da14bc55d153399e669d1f2cc1b8dd7e
  1. include/
  2. service_files/
  3. src/
  4. subprojects/
  5. test/
  6. .clang-format
  7. .clang-tidy
  8. .gitignore
  9. LICENSE
  10. meson.build
  11. meson.options
  12. OWNERS
  13. README.md
README.md

bios-bmc-smm-error-logger

This daemon will follow the design doc: https://github.com/openbmc/docs/blob/master/designs/bios-bmc-smm-error-logging.md

More detailed implementation details will also be placed here in the future