mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-14 06:56:51 -04:00
Fix rebase issue
This commit is contained in:
parent
bb28e0a6ee
commit
3286725ccc
@ -156,6 +156,11 @@ struct unique_ptr {
|
||||
|
||||
std::get<0>(_data) = p;
|
||||
}
|
||||
|
||||
private:
|
||||
using data_impl = tuple<pointer_type, deleter_type>; ///< The type of internal data
|
||||
|
||||
data_impl _data; ///< The internal data storage
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user