PAs per title. FreeBSD libc includes 0x before pointers, while glibc does not.
This commit makes the test use %p in the test to ensure it's represented the sameTinyformat does not print the same on every platform w/r/t pointers.
in both placesIt does not seem follow the libc specification on Darwin. This patch fixes the issue
by using %p in both the test, for all platformsand the ToString() method.
Additionally, use BOOST_CHECK_EQUAL so proper failure strings are printed in
the future.