-
From slack:
Hi all, I have a question about the use of the materialize command. Let's consider the following axioms:
```
car SubclassOf has part some wheel
convertible SubclassOf car
```
…
-
The following code is not compiled:
```c++
# include
# include
# include
...
struct B
{
std::optional a;
} f;
boost::pfr::for_each_field(f, [&](const auto& field, auto index)
{
…
-
### Description of Enhancement :
To provide a way for OCX to specify that a side letter exists and should be considered for a given convertible
### Why is this Needed?
While we now have the Docum…
-
When building this error pops up:
Options.hpp:281:74: error: invalid conversion from ‘int’ to ‘CURLoption’ [-fpermissive]
281 | typedef curlpp::OptionTrait ClosePolicy;
| …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR44959](https://bugs.llvm.org/show_bug.cgi?id=44959) |
| Status | NEW |
| Importance | P enhancemen…
-
Hi,
I faced an issue when running a code.
```
/usr/include/c++/6/type_traits:1558:8: note: provided for ‘template struct std::is_convertible’
struct is_convertible
^~~~~~~~~~~~~…
-
Currently the grammar doesn't support dates, and all of the functionality around that would need to be implemented.
We need to make a decision on what to do with this - should we out-source it to `…
-
Repro steps:
```python
import coremltools
import numpy as np
spec = coremltools.proto.Model_pb2.Model()
spec.specificationVersion = 1
spec.identity.MergeFromString(b'')
input = spec.descrip…
-
Vc version / revision | Operating System | Compiler & Version | Compiler Flags | Assembler & Version | CPU
----------------------|------------------|--------------------|----------------|------------…
-
[P3411R0](https://wg21.link/p3411r0) `any_view` (Hui Xie, S. Levent Yilmaz, Louis Dionne)