aboutsummaryrefslogtreecommitdiff
path: root/absl/base/attributes.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2024-01-19 10:29:06 -0800
committerCopybara-Service <copybara-worker@google.com>2024-01-19 10:29:59 -0800
commit2be67701e7a33b45d322064349827e1155953338 (patch)
tree8978f3691b7c894868da070da6f19ef2f018bc84 /absl/base/attributes.h
parent04d8afe7a3b36b57f6497c60dc6184e9dfeb85c1 (diff)
downloadabseil-2be67701e7a33b45d322064349827e1155953338.tar.gz
abseil-2be67701e7a33b45d322064349827e1155953338.tar.bz2
abseil-2be67701e7a33b45d322064349827e1155953338.zip
Prevent brace initialization of AlphaNum
This was not intended to be supported, and it has resulted in calls as `absl::StrCat({...})`, which are not supported and only work coincidentally for the first 4 arguments due to `absl::StrCat` having overloads that take `absl::AlphaNum` directly for those. The existing situation prevents modifying the implementations of such functions to alternatives that do not have such overloads for those arguments. PiperOrigin-RevId: 599872755 Change-Id: I02c90119b2b96a922cf7e3b5d5f02affe24a272d
Diffstat (limited to 'absl/base/attributes.h')
0 files changed, 0 insertions, 0 deletions