<div dir="ltr">On Tue, Jun 16, 2015 at 11:07 PM, Justin Bogner <span dir="ltr"><<a href="mailto:mail@justinbogner.com" target="_blank">mail@justinbogner.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div>James Y Knight <<a href="mailto:jyknight@google.com" target="_blank">jyknight@google.com</a>> writes:<br>> +static_assert(AlignOf<FunctionType>::Alignment >= AlignOf<Type *>::Alignment,<br>> +              "Alignment sufficient for objects appended to FunctionType");<br><br></div></div>I find these assert messages a bit hard to parse. It's better to have<br>the message be a sentence describing what's wrong, rather than a<br>statement about what's expected.<br><div></div></blockquote><div><br></div><div>Sure thing. Proposal:</div><div><div>"<span style="font-size:12.8000001907349px">Alignment is insufficient for objects appended to FunctionType"</span></div><div><br></div></div><div><br></div></div>