-
In c++17, `end()` is allowed to return a sentinel which must be equality comparable to the iterator returned by `begin()`.
This is not accurately modelled by range-v3, and such a class does not meet …
-
注意しておかないといけなさそうなC++の新機能.
## C++20
- https://cpprefjp.github.io/lang/cpp20/default_member_initializers_for_bit_fields.html
- https://cpprefjp.github.io/lang/cpp20/designated_initialization.html
…
-
## Issue Details
See [cppreference ](http://en.cppreference.com/w/cpp/utility/functional/equal_to)
Warning in the [`Kernel_d` testsuite](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.13…
-
Hello,
While building gsl-lite for inclusion in Fedora, we're seeing tests fail on s390x:
```
+ /usr/bin/ctest --output-on-failure --force-new-ctest-process -j3
Test project /builddir/build/BU…
-
I saw the following strange warning (as an error) from `clang-3.9`. ( Here's [actual GH-Actions log](https://github.com/t-mat/xxHash/runs/3345251571#step:7:23) )
```
clang-3.9 -Werror -Wall -Wext…
t-mat updated
3 years ago
-
First of all, it's a great job. My question is that do u have any further plan to support native c++20 coroutine?
-
### Description
As a Library we want to be C++20 "standard" conform
From the beginning of seqan3 development, we decided to use the ranges library and the language feature of concepts that we kn…
-
Keeps track of all changes for `gcc10 -std=c++2a`
Definition of Done:
* [x] All tests build with `gcc10 -std=c++2a`
* [x] `test/unit` is building and passes all tests
* [x] `test/coverage` is bu…
-
-
[deal.II 9.3.0 Release Candidate 1](https://github.com/dealii/dealii/releases/tag/v9.3.0-rc1)
===
Check list for [release-tasks](https://github.com/dealii/release-papers/blob/master/release-tasks)…