FunMiles
FunMiles
> Putting aside the challenges of simultaneously supporting 2 pieces of software that do generally the same thing in a single code base, I still have a question: does CMake...
> @FunMiles Can you please make a PR in this repo, then I can help you to complete it? Check out the PR https://github.com/open-mpi/hwloc/pull/566
I am interested in using this PR's work. My goal is slightly more ambitious as I want to make ImGui thread safe. > Thanks for your PR. This is a...
When a previous event handler existed, it is probably better to call it before queueing the event for ImGui processing.
Does anyone have an example of a simple task coroutine (no generator) where clang does indeed do HALO? Not an example so simple that the whole code is replaced by...
> Thanks for documenting your ideas in detail. I like the style you are proposing. Thanks > > TBH, I am still hoping to get reflection and generation in C++...
I will start contributing to sqlpp17. @Leon0402: I have many other things to do and my needs of SQL are not quite of the most complex order, so my contributions...
My IDE used to generate only the `#ifndef version`. I modified its template to only generate `#pragma once`. You might consider doing likewise.
@sebastienroy Do the Windoes-1252 encoding of those character match the codepoints for them in UTF?
@Harbys, glad to hear from you. I am integrating your library inside a C++20 coroutine-based asynchronous library for the Raspberry Pi Pico. How did you generate the .h with the...