This PR introduces a `std::__is_sufficiently_aligned` helper function that can be used for the `atomic_ref` C++20 constructors while the public C++26 `std::is_sufficiently_aligned` delegates to the new helper function. Fixes #179803 Assisted-by: Claude Code Signed-off-by: mlevine55 <mlevine55@bloomberg.net>