diff options
author | Derek Mauro <dmauro@google.com> | 2023-03-15 12:07:35 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-03-15 12:08:34 -0700 |
commit | 7fb43d7318347899c77f83cf3d97c413f8340e6b (patch) | |
tree | f541137f14e82d9b4e8dc4ac628d3bb77cd47444 /create_lts.py | |
parent | e5b65f172a2fbf488dc1927d86c8f3671d6b032f (diff) | |
download | abseil-7fb43d7318347899c77f83cf3d97c413f8340e6b.tar.gz abseil-7fb43d7318347899c77f83cf3d97c413f8340e6b.tar.bz2 abseil-7fb43d7318347899c77f83cf3d97c413f8340e6b.zip |
Workaround for MSVC warning that designated initializers are a C++20 feature
https://google.github.io/styleguide/cppguide.html#Designated_initializers
recommends using designated initializers as does https://abseil.io/tips/172,
but apparently they are a non-standard extension prior to C++20.
For maximum compatibility, avoid using them here.
Fixes #1413
PiperOrigin-RevId: 516892890
Change-Id: Id7b7857891e39eb52132c3edf70e5bf4973755af
Diffstat (limited to 'create_lts.py')
0 files changed, 0 insertions, 0 deletions