<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 13.02.2014 15:28, schrieb Martin
      Frb:<br>
    </div>
    <blockquote cite="mid:52FCD67E.9080500@mfriebe.de" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 13/02/2014 07:40, Sven Barth
        wrote:<br>
      </div>
      <blockquote cite="mid:52FC76F7.5090305@googlemail.com" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        Jonas is currently on vacation and he's the one who implemented
        it. You could try to crosstest with Delphi to see whether we are
        missing something.<br>
      </blockquote>
      <br>
      I only have Turbo Delphi, and that does not seem to have operator
      overloading at all.<br>
    </blockquote>
    I've looked at your example again. I would say it is by design that
    this does not work (anymore) as the value of the default parameter
    is considered to be a constant expression. You can't use operator
    overloads either in const sections.<br>
    <br>
    Regards,<br>
    Sven<br>
  </body>
</html>