On Tuesday, 11 December 2012 at 14:57:27 UTC, monarch_dodra wrote:
:/

I got it to work with a cast, which removes the ambiguity:

auto p = &cast(int)s.front;

But it feels hackish. Any other way?

Reply via email to