mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Revert r175626, "ADT/Optional.h: Appease msvc."
Sorry, I didn't cover +Asserts, by accident. :( llvm-svn: 175633
This commit is contained in:
parent
93b2fc9f50
commit
70d86d9cce
@ -70,7 +70,7 @@ public:
|
||||
|
||||
void reset() {
|
||||
if (hasVal) {
|
||||
(**this).~T();
|
||||
(*this)->~T();
|
||||
hasVal = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user