Trying to use libcxx I found the following error: ``` error: use of undeclared identifier '__libcpp_signed_lock_free' typedef atomic<__libcpp_signed_lock_free> atomic_signed_lock_free; ```
Which was solved with a patch reported here: https://github.com/ziglang/zig/issues/6573
BR, Matheus Castello