-
Hello,
I was considering to use dynamic loading while using more Vulkan devices. It seemed to me that vk::Device and vk::DispatchLoaderDynamic could be used for that, but it is not elegant as you h…
-
**Describe the bug**
I have some code that compiles when the C++ standard is set to 14, or 17, but fails in GCC 10 for C++20. It actually compiles, even for GCC 10, when the standard is 14 or 17. S…
-
Compiler : GNU ARM GCC 9-2019-q4-major
CPP version : c++14
Hello,
My project was working fine with the ETL (15.4.2), i would like to megrate the ETL to it latest version (18.14.1).
But when i re…
-
Hi,
I have a view template that converts strings on the fly with a functional object. I have no problems with it until I start to use algorithms with an instance with a lambda as the template param…
-
In C++20 std::result_of is removed (Used in App.hpp).
-
Currently `ranges::views::join` and `ranges::cpp20::views::join` return only an input range, but according the DS they should return bidirectional ranges if possible.
Maybe something to add to #802…
-
### Description
Using `seqan3::views::complement | seqan3::views::kmer_hash` loses the forward_range property, it should preserve it though and with g++-version below 10 it does.
### How to repea…
-
```c++
#include // any include order causes this
#include
int main() {
ranges::cpp20::subrange sub;
ranges::cpp20::all_view{sub};
}
```
https://godbolt.org/z/lfXk-g
```
In file…
-
Hi everyone, the following snippet with `views::filter` has been building fine under v0.9.1, but it is not building under v0.10.0. For some reason, the `std::vector` is considered to be a predicate.
…
-
Converting from and to string, and defining such methods, should be easy. It should work nicely both with iostreams, custom streams, std::strings, and iterators into std::strings.