-
**Describe the bug**
money_base is defined as follows in C++ standard N3797:
```c++
class money_base {
public:
enum part { none, space, symbol, sign, value };
struct pattern { char field…
-
SymCC is compiled successfully. But building libcxx got me these errors (during configuration).
``` bash
export SYMCC_REGULAR_LIBCXX=yes
export SYMCC_NO_SYMBOLIC_INPUT=yes
cmake -G Ninja /work…
-
I faced the following error when compiling stxxl (https://github.com/stxxl/stxxl) using Emscripten. It seems there is a bug in `system/lib/libcxx/include/__algorithm/sort.h` header.
version: latest…
-
Flaky libc++ tests have an `// ALLOW_RETRIES: n` attribute that instructs the test runner to retry the test up to `n` times if necessary. We don't respect this attribute for various reasons, which is …
-
### Description
With the latest version 1.11.1 a new tool depedency has appeared (to cmake 3.30.5).
It looks like previous versions of libssh2 (tested with 1.11.0 and 1.10.0) have suddenly also …
-
I was implementing P3372 (constexpr containers and adaptors) in libc++ and found UB which fails evaluation in ExprConstant.cpp.
It's in these two files:
[`libcxx/include/__tree`](https://github.co…
-
CI: https://s3.amazonaws.com/clickhouse-test-reports/55271/2707e38c693e1eeb53e2c8c14ba87fa3514c756f/fuzzer_astfuzzerubsan/report.html
```
2023.12.10 18:03:25.988238 [ 1291 ] {f08752b7-6371-4a24-b8…
-
Caught by memory sanitizer while running `embedder_unittests` harness.
```
./third_party/libcxx/include/__hash_table:2137
./third_party/libcxx/include/unordered_map:1633
./flutter/shell/platform…
-
**Describe the bug**
In Clickhouse, strings may contain invalid UTF-8 characters, but the PostgreSQL connector doesn't accept those.
**How to reproduce**
In PostgreSQL run:
```sql
CREATE SCHEMA…
-
This is a ticket to keep a track of errors from check-all when I enable libcxx/libcxxabi/libuwind using upstream's main.