1 parent 6d1fae9 commit abc95d5Copy full SHA for abc95d5
1 file changed
.gemini/styleguide.md
@@ -21,6 +21,9 @@ https://google.github.io/styleguide/cppguide.html with the following variances:
21
22
- Use C++17 as its minimum C++ standard version.
23
- Use `std::mutex` instead of `absl::mutex`.
24
+- Use `std::string_view` instead of `absl::string_view`.
25
+- Use `std::optional` instead of `absl::optional`.
26
+- Use `std::variant` instead of `absl::variant`.
27
- Use `google::cloud::future` and `google::cloud::promise` instead of
28
`std::future` and `std::promise`.
29
- Use `google::cloud::Status` and `google::cloud::StatusOr` instead of
0 commit comments