aboutsummaryrefslogtreecommitdiff
path: root/pw_toolchain/traits.gni
diff options
context:
space:
mode:
Diffstat (limited to 'pw_toolchain/traits.gni')
-rw-r--r--pw_toolchain/traits.gni4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw_toolchain/traits.gni b/pw_toolchain/traits.gni
index fee99dd23..ed4854754 100644
--- a/pw_toolchain/traits.gni
+++ b/pw_toolchain/traits.gni
@@ -53,5 +53,5 @@ assert(
"unsupported value. The toolchain must set it to one of the " +
"pw_toolchain_STANDARD constants (e.g. pw_toolchain_STANDARD.CXX17).")
-assert(pw_toolchain_CXX_STANDARD >= pw_toolchain_STANDARD.CXX14,
- "Pigweed requires at least C++14.")
+assert(pw_toolchain_CXX_STANDARD >= pw_toolchain_STANDARD.CXX17,
+ "Pigweed requires at least C++17.")