lutok: use unique_ptr not auto_ptr
This commit is contained in:
parent
c9e3efd544
commit
8665e60721
2
external/bsd/lutok/dist/stack_cleaner.hpp
vendored
2
external/bsd/lutok/dist/stack_cleaner.hpp
vendored
@ -72,7 +72,7 @@ class stack_cleaner {
|
||||
struct impl;
|
||||
|
||||
/// Pointer to the shared internal implementation.
|
||||
std::auto_ptr< impl > _pimpl;
|
||||
std::unique_ptr< impl > _pimpl;
|
||||
|
||||
/// Disallow copies.
|
||||
stack_cleaner(const stack_cleaner&);
|
||||
|
Loading…
Reference in New Issue
Block a user