When using opDispatch()

- how can I tell the compiler that I do not want to handle some calls? Some code is testing for range methods (empty, front, popFront) and I don't know where and which side effects it causes.

- how can I dismiss calls from __traits(compiles)?

Reply via email to