Ken Barker
Ken Barker
You raise an interesting point Volker. I don't know a Rust pattern for handling this situation either. I shall leave this issue open as a question in the hope that...
Thank you Volker. I think that you are correct. `cl_mem` needs both immutable and mutable traits like bytes in order to define immutable and mutable Buffers. However, in addition to...
Reverted change to `threadsafe_hash_map.hpp` because it caused github actions build to fail see: [failing run](https://github.com/kenba/via-httplib/actions/runs/6038146097). It appears to be because the github actions ubuntu latest compiler does not properly support...
Revert `server.hpp` to using an `accept_handler` *without* a `socket` parameter. `next_socket_` member variable restored. `next_socket_` now created from `next_strand_` when in thread safe mode. Calls to `ASIO::bind_executor` removed from `connection.hpp`...
Incorporated in tag 1.11.1.
This problem occurs using [boost 1.84.0](https://www.boost.org/users/history/version_1_84_0.html)
This issue is now only observed in Visual Studio debug mode. The issue does not occur in Visual Studio release mode nor GCC debug or release mode.
Hi Ossama, I agree that an image example would be useful. Please feel free to create an example file and submit it as a pull request.
No Ossama, I have found out how to use `Image` as I don't use OpenCL for image processing. However, a simple google search for "opencl image processing example" found a...
Thank you Ossama (and sorry to @Draghtnod for misidentifying you!). Please submit an example PR whether working or not, since it sounds like it's a bug in this crate and...