-
https://cpprefjp.github.io/lang/cpp23/remove_non_encodable_wide_character_literals_and_multicharacter_wide_character_literals.html
誤
```cpp
wchar_t a = '🤦'; // C++20:OK, C++23:OK \U0001f926
wcha…
-
I'll post test results onto this "issue"
(it's not really appropriate to post them to gcc-testresults yet, since this is 'out of tree')
[summ-aarch64-darwin20-branch-on-r11-4586.txt](https://git…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow|122/17|0/0|0/0|https://github.com/gcc-mirror/gcc/commit/5f18797450549e4f67a75ee2b08c…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow|122/17|0/0|0/0|https://github.com/gcc-mirror/gcc/commit/09881218137f4af9b7c894c2d350…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow|122/17|0/0|0/0|https://github.com/gcc-mirror/gcc/commit/41d1c9a97953b457146c1dbeea2a…
-
[erroneous_behavior_for_uninitialized_reads.md の「仕様」](https://github.com/cpprefjp/site/blob/1c11eb89d353692111238981daf65506b80759b0/lang/cpp26/erroneous_behavior_for_uninitialized_reads.md#%E4%BB%95%…
-
Using `GCC 14.1.0` with `-std=c++2b` on godbolt, my code(see below) compiles fine. But my Winlibs version appears to be having linker errors with undefined references to `std::__open_terminal` and `st…
-
### Compiler name
x64 MSVC v19.36
### Compiler version
17.6 (or 19.36)
### Compiler language
C++
### Compiler homepage
https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes…
-
### Introduce the problem
while i encapsulate a class of SymbolButton, and than register a callback function. It comes an error as below.
error: cannot convert 'SymbolButton::btn_event_cb' from type…
-
### Describe the bug
Levilamina SDK headers bug.
Yesterday I builded my plugin, but in compiling, MSVC reported a bug:
constexpr 函数“mce::Blob::Blob”不能生成常量表达式
note: 请参见“std::unique_ptr::operator =…