Bug: Initialisation of Delphi Record containing a dynamic array with ‘Implicit’ class operator – Stack Overflow
Posted by jpluimers on 2017/06/28
CRConrad on Illustrations for Bowel resect… | |
Mike Verhagen on foone on Twitter: I google… | |
Attila Kovacs on [dcc32 Warning] “W1025 U… | |
Matthijs ter Woord on File, extensions and directori… | |
jpluimers on C13/C14 wiring diagram live/ne… |
Posted by jpluimers on 2017/06/28
Bug: Initialisation of Delphi Record containing a dynamic array with ‘Implicit’ class operator – Stack Overflow [WayBack]
Analysed in Source: Initialisation of Delphi Record containing a dynamic array with ‘Implicit’ class operator – Stack Overflow [WayBack]
This entry was posted on 2017/06/28 at 12:00 and is filed under Delphi, Delphi 10.1 Berlin (BigBen), Development, Software Development. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Rudy Velthuis said
First, the title of the S.O. question is wrong. It was always possible to have a Delphi record containing a dynamic array and an Implicit class operator, even in 10.1 Berlin. The problem here was that there was an Implicit operator taking an open array parameter. The dynamic array had nothing to do with it. Second, the issue has been resolved in 10.2 Tokyo. Now you can even have an Implicit operator taking an open array parameter.
jpluimers said
Thanks!