Fix illegal chars that snuck into <memory>

llvm-svn: 240163
This commit is contained in:
Marshall Clow 2015-06-19 19:32:06 +00:00
parent 706773b412
commit 5b0f04a589
1 changed files with 1 additions and 1 deletions

View File

@ -4076,7 +4076,7 @@ private:
{
__e->__weak_this_.__ptr_ = const_cast<_Yp*>(static_cast<const _Yp*>(__e));
__e->__weak_this_.__cntrl_ = __cntrl_;
      __cntrl_->__add_weak();
__cntrl_->__add_weak();
}
}