Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gemini/styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading