mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-11-05 13:51:18 +01:00
f(x, x++) is unspecified behaviour in C++. An implementation could evaluate arguments from left to right or from right to left. `T(r.Buffers[a_index], r.BufferSizes[a_index++])` might access the wrong buffer if `a_index++` is evaluated before the first argument. Fixes -Wsequence-point warnings |
||
|---|---|---|
| .. | ||
| existingportserver.hpp | ||
| hossynch.hpp | ||
| ievent.hpp | ||
| ipc_templating.hpp | ||
| iserver.hpp | ||
| iserviceobject.hpp | ||
| iwaitable.hpp | ||
| managedportserver.hpp | ||
| serviceserver.hpp | ||
| servicesession.hpp | ||
| systemevent.hpp | ||
| waitablemanager.hpp | ||