Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stl/src/locale.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ locale::_Locimp* __CLRCALL_OR_CDECL locale::_Locimp::_Makeloc(

void __CLRCALL_PURE_OR_CDECL locale::_Locimp::_Locimp_ctor(
locale::_Locimp* _This, const locale::_Locimp& imp) { // construct a _Locimp from a copy
if (&imp == _This->_Clocptr) {
if (&imp == _Clocptr) {
_BEGIN_LOCINFO(_Lobj)
_Makeloc(_Lobj, locale::all, _This, nullptr);
_END_LOCINFO()
Expand Down