-
`include/seqan3/io/sam_file/output_format_concept.hpp` is missing
```c++
#include
```
that is explicitly used in lines 87 and 88:
```c++
std::optional …
tloka updated
2 years ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR51631](https://bugs.llvm.org/show_bug.cgi?id=51631) |
| Status | RESOLVED FIXED |
| Importance | P…
-
- [P0859R0: Core Issue 1581: When are `constexpr` member functions defined?](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0859r0.html)
タイトルが間違っていそうだったら直してください。ページ名も適切なものに。
-
We're in a novel situation: never before have we completed a Standard so rapidly. Adding to this concern, `` is both ABI-sensitive and performance-sensitive, and WG21 is expected to mandate ABI-breaki…
-
Following merge of PR #4230 with the gtest update some nightly builds have begun failing. I'll add separate comments for different failing builds, @cz4rs would you have time to take a look?
-
OS: Fedora 36.
Compiler: GCC 11.2.1.
Full build log: [build.log](https://kojipkgs.fedoraproject.org//work/tasks/4600/80814600/build.log).
Log:
```
+ /usr/bin/ctest --output-on-failure --force-n…
-
The title says it all.
`/std:c++latest` is set instead of `/std:c++20` when setting `set_languages("c++20")` and generating a vsxmake project.
-
I'm facing this issue when I try to lunch nvidia omniverse kaolin
the log are as follows:
```
[0.153s] [ext: omni.assets.plugins-0.0.0] startup
[0.155s] [ext: omni.kit.window.splash-0.0.0] startu…
-
with PLF_CPP20_SUPPORT enabled these issues occur:
1. insert() returns void (should be iterator)
2. insert() gives me other vague errors about not being able to find matching parameters, probably …
-
As mentioned ini #94, C++20 gives us promising solution to metaprogram easily and without loss of performance. To explore this possibility, we need to bump Hustle to CPP20.
I'm experimenting inside…