aboutsummaryrefslogtreecommitdiff
path: root/ports/libxmlpp/fixAutoPtrExpired.patch
AgeCommit message (Expand)Author
2018-04-25Since the auto_ptr is removed in c++17, so use unique_ptr to instead of it.Cheney Wang