-
Consider the following code:
```c++
#include
#include
class ConstEval {
public:
consteval ConstEval(const char* value) {
const char* current_char = value;
while (*current_ch…
-
**Describe the bug**
If the definitive last use of a variable is inside a fold expression, cppfront will still emit `cpp2::move()` even though this will most likely lead to multiple moves from ``.
…
-
First I would like to thank you for open sourcing your code and kudos on the great work.
## Problem Description
While running the analyzer on the bitcodes generated from compiling Mozilla Firefox,…
-
This program compiles with clang 19.1.2 but fails to compile with MSVC 19.41:
```c++
#include
class C
{
double d1;
double d2;
std::strong_ordering operator(const C&) const = de…
pkl97 updated
3 weeks ago
-
OS and version used: Windows 11
Node.js version: 22.11.0, Deno v2.0.6
npm version: 10.9.0
list of installed packages: N/A
Version: Deno 2.0.6
When using the Node SDK in Deno to attempt to sent …
-
I'm new to this library and wanted to get started with using it as a client. I used the `tls_client.rs` example and had to realize that it doesn't work anymore, mostly because of breaking changes in r…
-
```
[ 76%] Built target rbdl
[ 82%] Building CXX object addons/urdfreader/CMakeFiles/rbdl_urdfreader.dir/urdfreader.cc.o
[ 88%] Linking CXX shared library librbdl_urdfreader.so
[ 88%] Built target…
-
I got the following error during compilation:
```gaussian-splatting-cuda/src/gaussian.cu(179): error: namespace "c10::guts" has no member "to_string"```
And it turns out pytorch deprecated to_st…
-
While getting rid of my old GitHub notifications I noticed that I had an issue with lack of `std::cout` in the past, which became a problem while porting some projects.
This issue is basically a bu…
-
### Describe the bug
When querying with ADO library (msado15.dll), it gets access violation exception.
Below is sample test code.
```
#include
#include
#include
#include
#import "C:\\…