autocxx
autocxx copied to clipboard
Provide option to use non-exclusive references for all subclass calls
To allow re-entrancy even in the case that a C++ virtual function call is non-const yet re-entrant.
Related: https://github.com/dtolnay/cxx/issues/936. (The reason cxx would not want this, but we might, is explained well in https://github.com/dtolnay/cxx/issues/936#issuecomment-926875873)