In atomics.types.generic/address.pass.cpp, use T(0) for consistency.
Fixes MSVC "error C2593: 'operator ==' is ambiguous".
There is almost certainly an MSVC compiler bug involved here (which I haven't reduced yet). However, T(0) was used previously in the test, so using it here increases consistency, in addition to making all compilers happy.