-
During PR https://github.com/alpaka-group/alpaka/pull/2317#discussion_r1683056959 there was the question if we already support the native implementation of C++23 `std::mdspan`. At the moment we do not…
-
Hi Georg.
I'm planning to write a Python wrapper for this library.
It would be nice if you could provide a nice c-api for your library. It's also straightforward for a Matlab wrapper.
The c-api may …
-
Sorry to border you here, while you lib works amazingly well, it has a small compilation problem if you compile on a c++ code/compiler. May a suggest to warp the function signatures around a:
# ifdef …
-
The static libraries have the name -static appended to them but pkg-config --static returns the regular name. I don't think there is a way to treat the library name as different for static in pkg-conf…
-
[P3068R0](https://wg21.link/p3068r0) Allowing exception throwing in constant-evaluation. (Hana Dusíková)
-
Hi, I'm trying to wrap the [assimp](https://github.com/assimp/assimp) library using javacpp. I'm not very knowledegeble about C or C++ to begin with, and am running into trouble here: The header files…
-
Trying to compile `mccs` with the `5.3` branch (https://github.com/ocaml/ocaml/commit/a4e7cbdb54204979294dfd0c0f801d342939246d) breaks with the following error message at least on macOS:
```
File "s…
-
As noticed in https://github.com/CommunityGD32Cores/gd32-pio-spl-package/pull/8#issuecomment-920670493, we are one minotr version behind with the GD32F30x firmware library.
We should look for upda…
-
EDIT: See below, my problem was not filling out the `module` field for my `compilers.yaml`
### Steps to reproduce the issue
```console
$ # get clang-7:
$ spack install llvm
$ # load llvm + ge…
-
The problem:
config.hpp:
```cpp
// Standard library support for aligned allocation.
#if !defined(BOOST_ASIO_HAS_STD_ALIGNED_ALLOC)
# if !defined(BOOST_ASIO_DISABLE_STD_ALIGNED_ALLOC)
# if (__…