occt-products: master 1b965985

Author Committer Branch Timestamp Parent
ddzama smoskvin master 2022-08-23 13:05:23 master e8a9460d
Changeset 0033126: Coding, TKPointCloudTest, fix error C2039 - 'auto_ptr': is not a member of 'std'.

std::auto_ptr has been deprecated in c++11 and removed in c++17.
It replaced by std::unique_ptr.
mod - diff Diff File