LB--/resplunk

Can cast `Event &` to `Event const &` to bypass logical-const behavior

Opened this issue · 0 comments

LB-- commented

Unfortunately, C++ affords no way to disallow conversion from non-const to const, or to at least disable implicit conversions. Until C++ offers such a feature, I will not be fixing this defect.