Regression: UPC++ reliance on RTTI

Issue #332 resolved
Dan Bonachea created an issue

Release 2019.9.0 did not rely on the C++ RTTI feature, and thus could be built and used with g++ -fno-rtti.

One of John's comments made me realize that recent development (by me) has introduced trivial dependencies on RTTI, breaking the ability to build with RTTI disabled (which some users might want to do, for at least perceived performance benefit).

Comments (1)

  1. Log in to comment