Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Ticket #127 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

void right hand side for || and && asserts

Reported by: ChristianK Assigned to:
Priority: major Milestone: Beta
Component: Version:
Keywords: Cc:

Description

According to the D spec "The result type of an OrOrExpression? is bool, unless the right operand has type void, when the result is type void."

This is not implemented. If one uses a void rhs, a "cannot convert void to bool" error results.

Change History

11/22/08 13:49:40 changed by ChristianK

  • status changed from new to closed.
  • resolution set to fixed.

fixed in [779]

Copyright © 2008, LDC Development Team.