From 56c5fc620161e12844b9b92d06f8954b29f40bf4 Mon Sep 17 00:00:00 2001 From: Evan Brown Date: Fri, 28 Apr 2023 13:15:48 -0700 Subject: 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 --- CMake/AbseilDll.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'CMake') 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" ) -- cgit v1.2.3