Vassil Vassilev 01dbb6d9d5 Use a stable way to determine the address of printed objects.
Using unary operator address of (eg. MyClass m; &m) takes into account
overloaded operators which may not give us the precide address of the
allocated storage.

This patch teaches cling to use std::addressof instead.
2018-03-08 22:44:16 +01:00
..
2017-07-06 16:44:06 +02:00
2016-12-12 12:44:09 +01:00
2017-06-26 17:44:07 +02:00
2017-11-07 19:44:33 +01:00