forked from OSchip/llvm-project
Revert r175626, "ADT/Optional.h: Appease msvc."
Sorry, I didn't cover +Asserts, by accident. :( llvm-svn: 175633
This commit is contained in:
parent
51e7951e24
commit
f4652c32e8
|
|
@ -70,7 +70,7 @@ public:
|
|||
|
||||
void reset() {
|
||||
if (hasVal) {
|
||||
(**this).~T();
|
||||
(*this)->~T();
|
||||
hasVal = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue