mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-15 11:33:54 +00:00
The `using atomic_bool = ...` declaration was at global scope, polluting the global namespace. Move it into pybind11::detail to avoid potential conflicts with user code.