-
```
In file included from /wrkdirs/usr/ports/math/openfst/work/openfst-8058417/src/lib/fst.cc:6:
/wrkdirs/usr/ports/math/openfst/work/openfst-8058417/src/./include/fst/fst.h:655:15: error: no viable…
-
https://github.com/microsoft/react-native-windows/blob/f08219491c7b224f485dd6be8152c5515a56cf29/vnext/Microsoft.ReactNative.Cxx/JSI/JsiAbiApi.h#L258
trying to build this in an app targeting c++23, …
-
The upcoming C++23 standard adds support for the std::float16_t and std::bfloat16_t types, and the upcoming GCC 13 release will have support for the std::float16_t and std::bfloat16_t types with the `…
-
Isn't std::views::join_with implemented ? Works with gcc 14 and `std=c++23`
```
#include
#include
#include
std::int32_t main() {
std::string str = R"(%userprofile%\Doc\do\%\%%)";
…
-
**Describe the bug**
Upon upgrading the Visual Studio to 17.3 I get the following warnings:
warning C4996: '_Header_ciso646': warning STL4036: is removed in C++20. You can define _SILENCE_CXX20…
-
In libc++ marking:
```c++
class allocator {
...
_LIBCPP_DEPRECATED_IN_CXX23 typedef true_type is_always_equal;
...
};
```
This causes a deprecation warning:
```c++
void check() {
using…
-
```cpp
#include
class Foo {
inline static std::unique_ptr instance_;
};
```
See: https://godbolt.org/z/MqMxs9nzr
This fails to compile due to `unique_ptr::~unique_ptr()` (and thus `def…
-
### Check duplicate issues.
- [X] Checked for duplicates
### Description
Passing arguments to functions that expect types with a deleted copy constructor leads to PyROOT calling said constructor an…
-
this test program is valid but ICEs clang-trunk:
```
// RUN: %clang_cc1 -std=c++2b -fsyntax-only -verify %s
// expected-no-diagnostics
struct S {
void f(this S&);
void f(this S&, int…
-
**Issue description:**
Found Boost\libs\pool\test https://github.com/boostorg/boost/commit/38d8e0e70e1ea9232914d8a212aed488e32c4b48 link error in a future release of MSVC. Could you please take a loo…