-
**Describe the bug**
Failure of configuring with Kokkos and LibTorch at the same time. Here is the error log from the linker.
```
/usr/bin/ld: CMakeFiles/hignn.dir/src/hignn.cpp.o: in function `K…
-
template
class bucket_entry : public bucket_entry_hash {
using bucket_hash = bucket_entry_hash;
public:
using value_type = ValueType;
using distance_type = std::int16_t;
............…
-
#### Summary:
Running `make build` results in 38 warnings and 14 failures.
#### Description:
On a Mac M1, I have cloned (recursively) the cmdstan repo and tried to run `make build` in order t…
-
In 16.0.0-rc2, the following code
```cpp
#include
struct ForwardDeclared;
struct MyStruct {
std::unique_ptr member;
MyStruct() {}
~MyStruct();
};
```
now produces the error…
-
[P2167R3](https://wg21.link/P2167R3) Improving *`boolean-testable`* Usage
No feature-test macro is mentioned.
~~It's unclear to me whether there's anything for implementers to do here, or if thi…
-
When trying to compile my project which includes "phmap.h", I get this error unless if I use C++ latest. Is this something from my end, or do I wait until a change is made to the library? Compiles fin…
-
steps to repro:
1. **set C++ Language Standard** to **Preview - Features from the Latest C++ Working Draft (/std:c++latest)**
_Error:_
meta.hpp\meta_base\fixed_function.hpp(81,32): error C4996: …
-
## Summary
Using the new beta release of R 4.3, there seems to be some problem compiling std::shared_ptr using the new C++23 standard. The error doesn't appear to be a GCC bug in the new standard (…
-
**Describe the bug**
For PISA repo, when I switch the default CXX min_requirement from 17 to 20, I had this error
![11](https://user-images.githubusercontent.com/40309309/213349284-4e4ab751-b1cc-4…
-
Recently, we updated the commit of bitcoin for MSVC RWC testing, it failed to build due to the error like below with option /c++latest, could you please help take a look? Thanks.
```
bitcoin\s…