implicit conversions inherited from C (array-to-ptr, etc.)
inheritance-based dynamic dispatch (i.e. virtual functions), this should be replaced by existential types (virtual concepts in C++ terminology) and unified with concepts
implicit "this" that leads to duplicate const/non-const member functions (fixed in C++23 with deducing this)
发布于 2023-07-27 21:07・IP 属地美国