Add deprecated mark to "DPL::AutoPtr"
authorJihoon Chung <jihoon.chung@samsaung.com>
Thu, 10 Oct 2013 11:51:35 +0000 (20:51 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 11 Oct 2013 03:13:53 +0000 (03:13 +0000)
commit2169a02c4ae3df3032fe0220671294f33875fd42
treebfe16fa7e9fdf256d1433eb9351ac59b01660742
parent374b671441edce87a04f019a5d2235819a5bbd96
Add deprecated mark to "DPL::AutoPtr"

[Issue#]     N/A
[Problem]    DPL::AutoPtr should replace to use standard library.
[Cause]      After C++11 is enabled, std::unique_ptr and std::shared_ptr is available.
             DPL::AutoPtr isn't necessary to exist in the DPL.
[Solution]   To announce deprecated, add DPL_DEPRECATED macro to constructor.
[SCMRequest] N/A

Change-Id: Ic715039cb67cbd5295d7ba6e1768af1f876c0a35
modules/core/include/dpl/auto_ptr.h