diff options
author | Evan Brown <ezb@google.com> | 2023-04-28 13:15:48 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-04-28 13:16:48 -0700 |
commit | 56c5fc620161e12844b9b92d06f8954b29f40bf4 (patch) | |
tree | e27c5aea3eead747de49e67f04a252cc614d6665 /CMake | |
parent | 65109ecdf01a829bdb5e428174b3abb181e75826 (diff) |
Introduce IfConstexpr(Else) utilities for use internally in abseil library implementation.
These functions are meant to allow for avoiding complex SFINAE pre-C++17.
PiperOrigin-RevId: 527968428
Change-Id: I6524206c9dc50663d7c38abf6d0e8080ca93fc30
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/AbseilDll.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index 2a331435..32b51411 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -430,6 +430,7 @@ set(ABSL_INTERNAL_DLL_FILES "types/span.h" "types/internal/span.h" "types/variant.h" + "utility/internal/if_constexpr.h" "utility/utility.h" "debugging/leak_check.cc" ) |