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

Pseudo-type for verifying that a pointer is aligned.

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

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

See Comparing with pseudo-types for more information.