mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +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() {
|
void reset() {
|
||||||
if (hasVal) {
|
if (hasVal) {
|
||||||
(**this).~T();
|
(*this)->~T();
|
||||||
hasVal = false;
|
hasVal = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user