Skip to content

Commit b90103b

Browse files
authored
chore: update gemini styleguide to c++17 (googleapis#16082)
1 parent dac51a0 commit b90103b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gemini/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ https://google.github.io/styleguide/cppguide.html.
33

44
This repository differs from the Google C++ style guide in the following ways:
55

6-
- supports C++14 as its minimum C++ standard version.
6+
- supports C++17 as its minimum C++ standard version.
77
- lists local includes first, then system includes.
88
- uses std::mutex instead of absl::mutex.
99
- uses google::cloud::future and google::cloud::promise instead of std::future

0 commit comments

Comments
 (0)