-
### Describe the bug
conan 1.65. Windows.
If I set compiler to msvc and I try to use require boost, it doesn't find the compatible package (with the Visual Studio compiler), because sha of the c…
-
### Description
Since commit [0ce3c32](https://github.com/dotnet/runtime/commit/0ce3c32f6c07003f507fd7454bab926cb6bbdb41#diff-e292769a4cf695f659200624aebe57f55447841ba067feafc282b9e06478e3aaR3225), c…
-
### Describe the bug
# In 0.98.0
```nu
> timeit print 123
123
123
177µs 400ns
> timeit {print 123}
123
176µs 500ns
```
# In 0.97.1
```nu
> timeit print 123
123
167µs 100ns
```
i…
-
## Description
The following code causes a clang compilation error, while it compiles fine with MSVC:
```cpp
template
struct Wrapper {
T val;
};
template
auto get_wrapper() -> Wrappe…
-
CI for the apollo-rs project started failing on Windows since libfuzzer-sys 0.4.8 was released. [The most relevant part of the output](https://app.circleci.com/pipelines/github/apollographql/apollo-rs…
-
**Describe the bug**
Compiler Explorer forces `/EHc` even if `/EHs` is explicitly set.
**To Reproduce**
```
extern "C" void foo() {
throw 1;
}
static_assert(noexcept(foo()), "");
…
-
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
-
The current bitfield implementation is consistent with how GCC/Clang does things, but as noted [here](https://github.com/shader-slang/slang/pull/3639#discussion_r1505121660) and [here](https://github.…
-
### What happened?
I've been trying to get llama-server to log details to a file using the `--logdir` argument. However nothing seems to log at all, not even a log file is created,
### Name and Vers…
-
### Description
Building latest libcurl `with_nghttp2` = `True` on Windows completes but doesn't actually build curl with http2 support.
This seems specific to CMake build on Windows, it does se…