Dennis

Results 93 comments of Dennis

Running your example under Windows using MSVC v14.27 I get the following results: ``` table_lookup: sum = 1638054990250 time = 1894 frozen_map: sum = 1638054990250 time = 664 ``` For...

[asio-grpc](https://github.com/Tradias/asio-grpc) has a libunifex backend that allows writing asynchronous gRPC clients and servers based on the sender/receiver model (in addition to Boost.Asio). I quick search through the vcpkg ports list...

The current implementation does not work in MSVC. It also requires default constructability from a StopToken that can never be stopped, which is not required by the [StopToken concept](https://github.com/facebookexperimental/libunifex/blob/main/doc/concepts.md#stoptoken-concept). For...

I am facing the same issue. I think defining `BOOST_ASIO_DISABLE_STD_ALIGNED_ALLOC` can be used as a workaround.

Is there anything that blocks this pull request?

I have tested the features `abseil[cxx17]` and `grpc[codegen]` in the triplets: * x64-windows * x64-windows-static I think the `arm64_windows` pipeline just had a hiccup. ffmpeg should not be affected by...

@madmongo1 your example is malformed, here is the corrected one that compiles successfully: https://godbolt.org/z/aaKjbaoEc

@klemens-morgenstern ? Your example doesn't perform move-assignment at all: https://godbolt.org/z/vdfYrEE1e

Or maybe a more simplified example showing it is unrelated to `propagate_on_container_move_assignment`: https://godbolt.org/z/Kb8d66fb5

@BrunoLevy Heya, it's been a while now, can you make some time to tag and release 1.8.1? :)