summaryrefslogtreecommitdiff
path: root/CMake/AbseilDll.cmake
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2023-09-26 02:49:04 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-09-26 02:50:00 -0700
commitf4c6246d2a67d1bf7d661a552a2f5be20211cca6 (patch)
treec0561947a7a21705306b6bd68cd876f1568151a4 /CMake/AbseilDll.cmake
parentd53ca3be7de2f6317c4d047d053c36a44cfc28ef (diff)
`absl::Overload()` which returns a functor that provides overloads based on the functors passed to it.
PiperOrigin-RevId: 568476251 Change-Id: Ic625c9b5300d1db496979c178ca1e655581f9276
Diffstat (limited to 'CMake/AbseilDll.cmake')
-rw-r--r--CMake/AbseilDll.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake
index f46aec48..c943814e 100644
--- a/CMake/AbseilDll.cmake
+++ b/CMake/AbseilDll.cmake
@@ -138,6 +138,7 @@ set(ABSL_INTERNAL_DLL_FILES
"functional/function_ref.h"
"functional/internal/any_invocable.h"
"functional/internal/function_ref.h"
+ "functional/overload.h"
"hash/hash.h"
"hash/internal/city.h"
"hash/internal/city.cc"