<div class="gmail_quote">On Mon, Dec 12, 2011 at 4:46 AM, Richard Smith <span dir="ltr"><<a href="mailto:richard-llvm@metafoo.co.uk">richard-llvm@metafoo.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":7rt">+def note_constexpr_invalid_cast : Note<<br>
+  "%select{reinterpret_cast|dynamic_cast|reinterpreting cast}0 not allowed "<br>
+  "in a constant expression">;</div></blockquote></div><br><div>What is a "reinterpreting cast"? The fact that it isn't a reinterpret_cast is ... highly confusing. Is there any better way to phrase this?</div>
<div><br></div><div>Also, "is not allowed" would read buch better to me....</div>