Fix unaligned scalar alignment UB.
It is undefined behavior to try to bind a scalar to a misaligned memory
address. We need to disable a test to avoid this, and put explicit
assertions in MapBase to ensure proper alignment.
It is undefined behavior to try to bind a scalar to a misaligned memory
address. We need to disable a test to avoid this, and put explicit
assertions in MapBase to ensure proper alignment.