Kou Tsuneka
Kou Tsuneka
i don't know if this would help but you can change --layout value to system in build-android.sh to remove those suffix.
This would be useful. But with a prompt dialog that ask so users can can make decision to proceed.
One other thing i noticed If you try to replace ```cpp template friend class SYSTEM_ERROR2_NAMESPACE::status_code; ``` with ```cpp template friend class OUTCOME_V2_NAMESPACE::experimental::status_code; ``` clang would error out: ``` /app/SystemCode.hpp:27:52: error:...
@ned14 unfortunately, the bug is still remain. i tried clang version 18.1.6 on my local machine, same error on compiler explorer (18.1.0) as well.
> Ok, reopened. Does this issue appear if using Boost.Outcome instead of standalone Outcome? Yes this issue appear when using Boost.Outcome. i just try with Boost 1.85, with clang 18.1.6....
something like this? notifiable trait on Webhook model. ```