-
On-Topic
-----------------
Hello,
I see from https://learn.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance that C++23 on STL level is completed. However, there is still no offici…
-
#### Summary:
rstanarm (CRAN or dev version) fails to install on a container with clang 16 and libc++.
#### Description:
rstanarm fails to install on this container:
https://r-hub.github.io/…
-
Quite a bit of C++20-only code in the STL which uses C++20's Concepts feature is currently guarded with `#ifdef __cpp_lib_concepts`. `__cpp_lib_concepts` is defined in `` only if `__cpp_concepts` is d…
-
When building libc++ running `check-runtimes`, the following issue is exhibited:
```
Command Output (stdout):
--
$ ":" "COMPILED WITH"
$ "/home/amyk/llvm/community/build/bootstrap/stage1/build/./…
-
**Describe the bug**
Some variables declared in headers as `inline static` prevent loading dynamic library with the `RTLD_DEEPBIND` flag.
So far I only encountered this bug with the CUDA backend…
-
While testing LibCEED HIP on Intel via chipStar + PETSC (Kokkos::SYCL + Kokkos Kernels) - not sure where this problem arises but this wasn't a problem with Intel 2023 compilers
```
./navierstokes …
-
# Problem
Previous environment: `g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0`
Current environment: `Apple clang version 15.0.0 (clang-1500.1.0.2.5)`
## Error Information
### Error 1
```
[ 3%]…
-
When running a particular `kokkos::parallel_for` functor as part of a larger routine via it's Python wrapping, the copy by reference for the cuda device properties struct at the following line fails a…
-
vstgui/vstgui/lib/vstguifwd.h forward-declares a number of abstract base types and then also invalidly declares a bunch of type aliases of `std::unique_ptr` of those forward-declared types. This is no…
-
The latest visual studio marked `has_denorm` deprecated so we get a new warning:
```
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.37.32822\include\limits(40,18): note:…