Skip to content

Commit 642f856

Browse files
committed
address comments
1 parent c93e321 commit 642f856

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
@@ -1371,7 +1371,7 @@ cmake --build cmake-out --target install
13711371
the Protobuf-generated code.
13721372

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

13761376
[abseil-gh]: https://github.com/abseil/abseil-cpp
13771377
[abseil/abseil-cpp#696]: https://github.com/abseil/abseil-cpp/issues/696

0 commit comments

Comments
 (0)