From 69df6c8acfe136b1165ae4e904e2213ee7c92172 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 14 Jul 2023 00:37:22 -0400 Subject: [PATCH] Improve spec-file comment about C++ version [skip changelog] --- grpc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grpc.spec b/grpc.spec index 6da7ab0..66e6b94 100644 --- a/grpc.spec +++ b/grpc.spec @@ -1,5 +1,5 @@ -# We need to use C++17 to link against the system abseil-cpp, or we get linker -# errors. +# We need to use C++17 to link against the system abseil-cpp, since it was +# compiled with C++17 (an intentional abseil-cpp design decision). %global cpp_std 17 # However, we also get linker errors building the tests if we link against the