Use `std::shared_ptr` in Piraha

Issue #2701 resolved
Erik Schnetter created an issue

Replace the self-implemented smart_ptr with std::shared_ptr . This does not change any behaviour, but simplifies the code.

See https://bitbucket.org/cactuscode/cactus/pull-requests/149 .

Comments (3)

  1. Log in to comment