allysoftball1198 allysoftball1198 08-01-2024 Computers and Technology contestada Which smart pointer should be used when you want shared ownership but not reference counting? Select one.a. std::counted_ptr<>b. std::weak_ptr<>c. std::shared_ptr<>d. std::ref_ptr<>