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: I1233e212f7970796e770adbc79fb592f4f1bf6cd
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed
tree: 80559d3a173fd5e0d7ae68bb69922b93ebdfcbde
  1. include/
  2. src/
  3. test/
  4. .clang-format
  5. .gitignore
  6. LICENSE
  7. MAINTAINERS
  8. meson.build
  9. meson_options.txt
  10. OWNERS
  11. README.md
README.md

libbej

This library can be used to decode RDE bej data. More details on how to use the library will be added in the future.