<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<div>
<div>
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="color: rgb(33, 33, 33); margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;">
</blockquote>
<div style="color: rgb(33, 33, 33);">>This assertion will never fail because converting a string to a boolean is always true (a non-null pointer is always true)<br>
><br>
>This should be:<br>
><br>
>assert((!this->Sec || this->Sec == Sec) && "multiple .eh_frame sections ... ");<br>
</div>
<div style="color: rgb(33, 33, 33);"><br>
</div>
<div style="color: rgb(33, 33, 33);">I wanted to write assert(false, "..") and missed the first part. Your way is bit better.<br>
</div>
<div style="color: rgb(33, 33, 33);">Thanks !<br>
</div>
<div style="color: rgb(33, 33, 33);"><br>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>