<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Douglas Gregor wrote:
<blockquote cite="mid:7728027D-FD81-4D3F-9D4D-5819144BCFF9@apple.com"
 type="cite">
  <pre wrap="">On Oct 29, 2009, at 3:25 AM, Jean-Daniel Dupas wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">The 85500 commit causes build error the build when NDEBUG is not
defined.
This is due to an issue in AST/TemplateBase.h

The Kind enum is declared conditionally, but used in many places:

#ifndef NDEBUG
  enum Kind {
    K_None,
    K_DeclaratorInfo,
    K_Expression
  } Kind;
#endif
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Fixed in r85509; thanks for noticing this!
  </pre>
</blockquote>
<br>
Sorry about that!  I knew I should've kicked off a release build before
going to bed.<br>
<br>
John.<br>
</body>
</html>