Will built-in `operator->` be used if I don't overload it? – Debian
The builtin operator-> is defined as (*p).m, which is just fine for my iterator, so overloading it would just waste my time and the maintainer's eyes. Just trying it wouldn't guarantee portability, and I haven't been able to find an…