Alexej Harm

Results 6 issues of Alexej Harm

I'll cram everything I find while modifying your `async_generator` implementation to meet my personal needs in here. Numbers, so that it's easier to answer, if you choose to do so....

Currently I have to double quote the `` setting in a project config file, otherwise `msvc.archive` commands fail with the error message: ``` 'C:/Program' is not recognized as an internal...

transition

https://github.com/boostorg/compute/blob/36350b7/CMakeLists.txt#L64 sets `CMAKE_MODULE_PATH` and overwrites CMake and possibly toolchain and Compiler/Platform settings. This prevents users from providing `find_package` scripts or configs that use `include(...` relative to the default or toolchain...

When compiling with MSVC (2017 and 2017.3), the following code works just fine. If I try to compile it with LLVM/Clang (4.0.1 with libcxx), I have to replace `std::string_view` with...

Are there any plans to support `std::experimental::net`?

The goal is to create polygons as a close approximation of an object that is restricted to a convex hull and has a known set of disconnected outlines. This image...

enhancement