BoolExpr should be initializable with C++ boolean values
Abierto
- Lenguaje dominante
- C++
- Estrellas
- 335
- Forks
- 88
- Merge medio
- 1 h 28 min
- PR fusionados (30 d)
- 1
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.