Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.com
llvm-svn: 267961
This commit is contained in:
parent
a0193ecfe1
commit
6abce62b4e
@ -287,7 +287,7 @@ public:
|
||||
nasty_mutex() _NOEXCEPT {}
|
||||
~nasty_mutex() {}
|
||||
|
||||
nasty_mutex *operator& () { assert(false); }
|
||||
nasty_mutex *operator& () { assert(false); return nullptr; }
|
||||
template <typename T>
|
||||
void operator, (const T &) { assert(false); }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user