-
**Describe the bug**
cppfront does not allow to override a function into pure virtual. Whether base type function is pure or not has no impact.
**To Reproduce**
sample code:
```cpp
base: type =…
-
In the [Gospel paper](https://theses.hal.science/LRI-VALS/hal-02157484v2) *"GOSPEL -Providing OCaml with a Formal Specification Language"* I see in Sec.2.3 "Higher-Order Functions"
> "we cover in thi…
-
Hi, first of all: thanks for all the hard work on this library.
This is now an issue, but more a curiosity. Why the callback we add for a response transform can't be a pure function? Instead, it ex…
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/…
-
### Description
We have caught the following issue with Firebase 11.9.0
In the Thread message in Google Play there is the message "Pure virtual function called!"
### Reproducing the issue
This d…
-
**Required Skills:** C++
**Difficulty**: Easy
We should add additional math operations to our fixed-point implementation, so that all calculations can be done purely deterministic.
The [`fpm`…
-
[OpenMolcas](https://gitlab.com/Molcas/OpenMolcas) can store data like molecular geometry, basis set, orbitals and density matrix in portable HDF5 files (.h5). Unfortunately, the format is not very we…
-
This is too verbose
```c
#define CONST 1
/*@ function (i32) CONST () @*/
static int c_CONST() /*@ cn_function CONST; @*/ { return CONST; }
```
Save some pre-processor engineering, this c…
-
Right now, there is no way to tell llvm to optimize external functions as if they were pure
godbolt example: https://godbolt.org/z/7xbo8r
![godbolt screenshot](https://user-images.githubusercont…
-
Please see the code below. I compiled it with `flang -fc1 -emit-mlir -O0`. In the resultant mlir, I see that fir.declare is generated 3 times for variable `i` of `str_int` (`_QMutilsFstr_intEi`) and …