aboutsummaryrefslogtreecommitdiff
path: root/pw_unit_test
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2023-10-26 03:47:56 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-10-26 03:47:56 +0000
commit1355e5b8a5ad1e221135b69fecb210ba2b449f03 (patch)
treebf10dbbe2db49966ecd577da6239ec0cc53913e3 /pw_unit_test
parentaf57fad456ce3b69a35dee70367e19e964509459 (diff)
downloadpigweed-1355e5b8a5ad1e221135b69fecb210ba2b449f03.tar.gz
build: Drop C++14 compatibility from the build and docs
Pigweed no longer supports C++14. C++17 or newer is required. Remove references to C++14 from the docs and remove some pw_polyfill C++14 functionality. Change-Id: I9baadef33d8d6d8cc54fae88a38e9f0866d94778 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/177610 Reviewed-by: Armando Montanez <amontanez@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Wyatt Hepler <hepler@google.com>
Diffstat (limited to 'pw_unit_test')
-rw-r--r--pw_unit_test/docs.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/pw_unit_test/docs.rst b/pw_unit_test/docs.rst
index e96c44044..2c010ca31 100644
--- a/pw_unit_test/docs.rst
+++ b/pw_unit_test/docs.rst
@@ -116,8 +116,7 @@ GoogleTest-style output using the shared
.. cpp:class:: PrintfEventHandler : public GoogleTestStyleEventHandler
- A C++14-compatible event handler that uses ``std::printf`` to output test
- results.
+ Event handler that uses ``std::printf`` to output test results.
.. cpp:namespace-pop::