Skip to content

BoolExpr should be initializable with C++ boolean values #145

Description

@yurivict

This code works:

LinIntExpr e = 0;

but this code fails:

BoolExpr e = false;

It seems that it should be possible to initialize BoolExpr with a C++ boolean value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions