<!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">
John McCall wrote:
<blockquote cite="mid:4A68C0A9.7060301@apple.com" type="cite">
  <pre wrap="">Douglas Gregor wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Why does this operation strip off the qualifiers? Most of the callers 
of this routine don't mind if the result type is qualified, and the 
UTT_HasTrivialAssign computation would be far easier if this routine 
maintained the qualifiers.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well, there are qualifiers and then there are qualifiers.  I did 
initially have an implementation which just collected the CVR qualifiers 
as it tore down, but it wasn't able to handle the extended qualifiers, 
and I didn't have an ASTContext to work with.  Of course, I should have 
just found a way to get a context;  I'll do that and resubmit.
  </pre>
</blockquote>
<br>
And here it is.<br>
<br>
John.<br>
</body>
</html>