Skip to content

Commit 56958cf

Browse files
committed
address comments
1 parent 8e6b2bf commit 56958cf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/compile-time-configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ We expect that application developers using Bazel will include
7878

7979
### The C++ Standard
8080

81-
The default Bazel toolchain forces C++17 on Linux and macOS. `google-cloud-cpp`
82-
requires C++17, so you will need to update the C++ standard version. You must
83-
either:
81+
`google-cloud-cpp` requires C++17, so you may need to update the C++ standard
82+
version. You want to either:
8483

8584
- Provide your own C++ toolchain configuration for Bazel. Consult the Bazel
8685
documentation if you want to attempt this approach.

doc/packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ cmake --build cmake-out --target install
12111211
the Protobuf-generated code.
12121212

12131213
[^7]: See the [OpenTelemetry quickstart][otel-qs] for detailed instructions on how
1214-
to enable and build this optional dependency.
1214+
to build this dependency.
12151215

12161216
[abseil-gh]: https://github.com/abseil/abseil-cpp
12171217
[abseil/abseil-cpp#696]: https://github.com/abseil/abseil-cpp/issues/696

0 commit comments

Comments
 (0)