aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/abseil-cpp-tstring/patches/fix-cuda-10.patch
blob: c8569085bd7ecdaab98d9f3f7e185a98a0edc6aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/y_absl/types/compare.h	(index)
+++ b/y_absl/types/compare.h	(working tree)
@@ -69,7 +69,7 @@ using value_type = int8_t;
 
 class OnlyLiteralZero {
  public:
-#if Y_ABSL_HAVE_ATTRIBUTE(enable_if)
+#if Y_ABSL_HAVE_ATTRIBUTE(enable_if) && !defined(__CUDACC__)
   // On clang, we can avoid triggering modernize-use-nullptr by only enabling
   // this overload when the value is a compile time integer constant equal to 0.
   //