date_time bug cvs latest vc7.1
The following sample will not compile with the following settings (I know it
has been discussed with regards to the regex library previously) - this code
compiles fine in 1_31:
"Character set": "Use Multi-Byte Character Set" (I am targetting win
95/98)
"Treat wchar_t as Built-in Type (/Zc:wchar_t)": "No"
The contrived example demonstrates why I can't turn "/Zc:wchar_t" on:
#include "stdafx.h"
#include
On Wed, 18 Aug 2004 11:25:48 -0400, Gordon Smith wrote
The following sample will not compile with the following settings (I know it has been discussed with regards to the regex library previously) - this code compiles fine in 1_31: "Character set": "Use Multi-Byte Character Set" (I am targetting win 95/98) "Treat wchar_t as Built-in Type (/Zc:wchar_t)": "No"
The contrived example demonstrates why I can't turn "/Zc:wchar_t" on:
#include "stdafx.h" #include
#include int _tmain(int argc, _TCHAR* argv[]) { _variant_t var("Narrow String"); return 0; }
Could you provide the compiler output -- I don't have access to VC7.1 here. date_time has been extended to allow wide char output since 1_31, so it is possible it is something we changed... Jeff
Attached...
begin 666 BuildLog.htm
M/&AT;6P^#0H\:&5A9#X-"CQ-151!($A45% M15%5258](D-O;G1E;G0M5'EP
M92(@8V]N=&5N=#TB=&5X="]H=&UL.R!C:&%R
On Wed, 18 Aug 2004 11:25:48 -0400, Gordon Smith wrote
The following sample will not compile with the following settings (I know it has been discussed with regards to the regex library previously) - this code compiles fine in 1_31: "Character set": "Use Multi-Byte Character Set" (I am targetting win 95/98) "Treat wchar_t as Built-in Type (/Zc:wchar_t)": "No"
The contrived example demonstrates why I can't turn "/Zc:wchar_t" on:
#include "stdafx.h" #include
#include int _tmain(int argc, _TCHAR* argv[]) { _variant_t var("Narrow String"); return 0; }
Hi Gordon - I've checked in a fix into CVS for this problem. Let me know how it works for you. Thx, Jeff
participants (2)
-
Gordon Smith
-
Jeff Garland