From 16d77f6f1c77d0e9e06d93a2e1120703dd91749b Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 2 Jan 2024 15:53:41 -0500 Subject: [PATCH] doc: c++ standard --- doc/maintenance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/maintenance.md b/doc/maintenance.md index 2da9a9e3..26640836 100644 --- a/doc/maintenance.md +++ b/doc/maintenance.md @@ -21,6 +21,6 @@ Keep the Python binding dependency versions reasonably up to date in the corresp ## C++ Standard -We currently support up to C++17. This is set in: -- [`meson.build`](../meson.build) +We currently support up to the C++ standard defined in: +- [`meson.build`](../meson.build) - example build configurations in [`examples/build_with_*` subdirectories](../examples)