-
@iains Iain, could you please advise on this? I am not sure if this is a bug, but looks like it may be: `gcc-13` seems to have some conflict with `libc++` headers (when `-stdlib=libc++` is used).
_…
-
Current master fails to build on ios and macos targets. IOS doesn't report an error interestingly.
```
src/Device/Util/NMEAReader.cpp:53:39: error: no matching function for call to 'NMEAChecksum'…
-
### Discussed in https://github.com/Marvin-Brouwer/FluentSerializer/discussions/69
Originally posted by **Marvin-Brouwer** February 9, 2022
We'd like to research the possibility of generating…
-
**Describe the Bug:**
In `std::inclusive_scan`, the `value_type` of the input iterator does not necessarily need to be convertible to the `value_type` of the output iterator. Only if no init element …
-
The following normative statement causes issues with the definition of `invalidDid` from [did-core](https://www.w3.org/TR/did-core/)
> Check the validity of the input identifier. The scheme MUST be…
-
Based in this request
https://discord.com/channels/569683781800296501/708509594758152203/1206908526258159647
Might not be viable on a mobile, but worth exploring as an idea
-
```
$ ./make.sh
running build
running build_ext
building '_ext' extension
(...)
/usr/include/c++/6/type_traits:1558:8: note: provided for ‘template struct std::is_convertible’
struct i…
itsss updated
3 years ago
-
Lovely new structure - removes complexity utterly, along with any semblance of the peace of mind for investors (which is not something investors should hope to have in case of very early stage investm…
-
The following example https://godbolt.org/z/WxshW9nx1 prints plenty of curly braces in the error message:
```text
:18:24: error: no matching function for call to 'time_to_goal'
18 | const qu…
mpusz updated
7 months ago
-
# Describe the bug
The bug reported in [GCC Bugzilla #115939](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115939) is currently also present in MSVC STL. Iterator comparison is currently broken for a…