Corrade::TestSuite::Compare::NotAligned class new in Git master

Pseudo-type for verifying that value is not divisible by.

Like NotDivisible, but specialized for pointers. Prints both values if the pointer is aligned to given alignment value. Example usage:

int* a = ;
CORRADE_COMPARE_AS(a, 32, TestSuite::Compare::NotAligned);

See Comparing with pseudo-types for more information.