You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the "synchronous" nature of your library, the object could be copied less than currently. In the unmodified version a "larger" object gets copied up to 5 times.
With the patch applied the object gets copied only once (for the internal storage into call_args member. Maybe even this could be avoided if no "delayed" (or in Qt words "QueuedConnection") is implemented.
Due to the "synchronous" nature of your library, the object could be copied less than currently. In the unmodified version a "larger" object gets copied up to 5 times.
With the patch applied the object gets copied only once (for the internal storage into call_args member. Maybe even this could be avoided if no "delayed" (or in Qt words "QueuedConnection") is implemented.
miso.h.patch.txt
The text was updated successfully, but these errors were encountered: