aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/flags/declare.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/flags/declare.h')
-rw-r--r--absl/flags/declare.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/declare.h b/absl/flags/declare.h
index 0a113a2..4926a09 100644
--- a/absl/flags/declare.h
+++ b/absl/flags/declare.h
@@ -39,7 +39,7 @@ class Flag;
// Flag
//
// Forward declaration of the `absl::Flag` type for use in defining the macro.
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) && !defined(__clang__)
template <typename T>
class Flag;
#else