-
I have a piece of code that I absolutely cannot get to compile, but looking at the documentation I think this should be working. The compiler error suggests that there's either a circular include depe…
-
Hello,
I have been trying to scale my code on multiple nvidia GPUs using MPI and Kokkos. So far, the single GPU code has been working great, however I have observed slow downs as soon as I use mult…
-
after 'Cmake .' and open and compile from solution get:
Severity Code Description Project File Line Suppression State Details
Error C2039 '_Countl_zero_fallback': is not a member of 'std' fixed…
-
**Describe the bug**
When a project utilizes this library and is compiled with C++23, a deprecation warning is issued by the compiler. This warning is associated with the use of `std::aligned_storage…
-
On VS 2022 Preview 17.6
`
toml++\impl\table.h(40,16): warning C4996: 'std::aligned_storage_t': warning STL4034: std::aligned_storage and std::aligned_storage_t are deprecated in C++23. Prefer alig…
-
**Describe the bug**
Please provide a concise, clear description of the bug, as well as any available error logs.
**Please also include the following items to support reproducing the bug**
1. com…
-
### Xmake Version
v2.8.1+dev.0ffb589fb
### Operating System Version and Architecture
win10 22H2 x64
### Describe Bug
## 在vs原生工程可正常编译
![vs can use `import std`](https://github.com/xmake…
-
**Host Environment**
- OS: [e.g. Windows/Linux etc...] Windows 10 21H2
- Compiler: Microsoft (R) C/C++ Optimizing Compiler Version 19.33.31424
**To Reproduce**
Steps to reproduce the behavior:
…
-
I use **clangd** and **CMake Tools** in VScode. And I found clang can't identify C++ standard (e.g. macro `_HAS_CXX17`, `_HAS_CXX23` ...) in STL headers when using MSVC compiler (but can identify when…
-
### Version of Beast
BOOST_BEAST_VERSION 330
### Steps necessary to reproduce the problem
default project with VS 2022 will fail if something tries to include boost beast with errors that loo…