Corrected MSC_VER ifdefs for VC++.Net

This commit is contained in:
jez_higgins 2003-03-20 16:31:40 +00:00
parent 1e34351b83
commit fce9d3643f

View file

@ -73,7 +73,7 @@ public:
} // toStdWString
default_string_adaptor() :
#ifndef _MSC_VER
#if !(_MSC_VER < 1300)
loc_(std::locale(), new utf16utf8_codecvt()),
#else
loc_(std::_Addfac(std::locale(), new utf16utf8_codecvt)),
@ -137,7 +137,7 @@ public:
} // toStdWString
default_string_adaptor() :
#ifndef _MSC_VER
#if !(_MSC_VER < 1300)
loc_(std::locale(), new utf16utf8_codecvt()),
#else
loc_(std::_Addfac(std::locale(), new utf16utf8_codecvt)),