mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Update optional.hpp
This commit is contained in:
parent
1a22f68fee
commit
b27e9ab30c
@ -268,7 +268,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
std::unique_ptr<T> optional_ptr;
|
||||
std::unique_ptr<T,std::default_delete<T>> optional_ptr;
|
||||
};
|
||||
|
||||
#ifdef XLNT_NOEXCEPT_VALUE_COMPAT
|
||||
|
Loading…
x
Reference in New Issue
Block a user