Changes between Version 4 and Version 5 of Ticket #95


Ignore:
Timestamp:
Jun 22, 2022, 3:00:07 PM (2 years ago)
Author:
Thierry Delisle
Comment:

The behaviour on this ticket has changed, it now causes a crash in the resolver.

Also updated waitfor syntax.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #95

    • Property Keywords resolver added
  • Ticket #95 – Description

    v4 v5  
    55void rtn( M & mutex m );
    66void bar( M & mutex m ) {
    7         waitfor( rtn, m ); // not ambiguous, select parameter
     7        waitfor( rtn : m ); // not ambiguous, select parameter
    88}
    99}}}