-
### Environment details
* Operating System+version: Windows 11
* Compiler+version: MSVC 193
* Conan version: 2.0.6
* Python version: 3.11
### Steps to reproduce
In my `conanfile.txt` I a…
-
### Is this a duplicate?
- [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this bug and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md)
…
-
Since lack of building instructions I thought of writing my own, please use it as you please and feel free to adjust!
Also, so my suggestion don't get lost, I was thinking it would be convenient fo…
-
How about using catch2 or any other unit testing frameworks. Nlohmann seems to be using doctest for that, probably because of the limitations it had when catch2 was header-only, but these days I don't…
-
There is no diagnostics error on Windows platform.
-
| | |
| --- | --- |
| Bugzilla Link | [39201](https://llvm.org/bz39201) |
| Version | 7.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
See https://github.com/c…
-
Hi, I have an issue when building rbdl bindings for Python 3.7.
I did the following :
```
# Creating conda environment
conda create -n rbdl python=3.7
git clone https://github.com/rbdl/rbdl.g…
-
I clone the latest git repo and just meson && ninja, but some error happened there :(
+ linux kernel: 6.10.10-arch1-1
+ ninja version: 1.12.1
+ meson version: 1.5.1
+ WM: Hyprland
```
FAILED: …
-
Copied from [https://www.ngscopeclient.org/manual/GettingStarted.html](https://www.ngscopeclient.org/manual/GettingStarted.html)
```
johnsimons@john-ubuntu2404-scopehal:~$ sudo apt install build-e…
-
Using Conan package `trompeloeil/48` and `gcc-14`.
The code below
```c++
#include
#include
#include
class Mock
{
public:
MAKE_MOCK0(fibonacci,std::generator());
};
TEST_CASE(…