From 13b64a6e2b075f166b0aaf6ddadb6505b27f69fd Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Wed, 15 Apr 2026 14:44:32 -0400 Subject: [PATCH] chore: update gemini styleguide to c++17 --- .gemini/styleguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gemini/styleguide.md b/.gemini/styleguide.md index a58f236772128..e8353f7e878af 100644 --- a/.gemini/styleguide.md +++ b/.gemini/styleguide.md @@ -3,7 +3,7 @@ https://google.github.io/styleguide/cppguide.html. This repository differs from the Google C++ style guide in the following ways: -- supports C++14 as its minimum C++ standard version. +- supports C++17 as its minimum C++ standard version. - lists local includes first, then system includes. - uses std::mutex instead of absl::mutex. - uses google::cloud::future and google::cloud::promise instead of std::future