OSDN Git Service

PR c++/14912
[pf3gnuchains/gcc-fork.git] / gcc / cp / cp-tree.h
index 2bc2d62..dcad934 100644 (file)
@@ -3616,6 +3616,8 @@ enum tsubst_flags {
                                    conversion.  */
   tf_no_access_control = 1 << 7, /* Do not perform access checks, even
                                    when issuing other errors.   */
+  /* Do not instantiate classes (used by count_non_default_template_args). */
+  tf_no_class_instantiations = 1 << 8,
   /* Convenient substitution flags combinations.  */
   tf_warning_or_error = tf_warning | tf_error
 };