summaryrefslogtreecommitdiff
path: root/abseil-cpp/absl/types/internal/conformance_profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'abseil-cpp/absl/types/internal/conformance_profile.h')
-rw-r--r--abseil-cpp/absl/types/internal/conformance_profile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/abseil-cpp/absl/types/internal/conformance_profile.h b/abseil-cpp/absl/types/internal/conformance_profile.h
index cf64ff4..37b017d 100644
--- a/abseil-cpp/absl/types/internal/conformance_profile.h
+++ b/abseil-cpp/absl/types/internal/conformance_profile.h
@@ -719,6 +719,7 @@ struct SyntacticConformanceProfileOf {
type##_support); \
ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF_IMPL(bool, is_##type)
+#ifdef ABSL_INTERNAL_NEED_REDUNDANT_CONSTEXPR_DECL
ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(default_constructible);
ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(move_constructible);
ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(copy_constructible);
@@ -733,6 +734,7 @@ ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(greater_equal_comparable);
ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(greater_than_comparable);
ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(swappable);
ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF(hashable);
+#endif
#undef ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF
#undef ABSL_INTERNAL_CONFORMANCE_TESTING_DATA_MEMBER_DEF_IMPL