Sree
2003-11-14 09:22:19 UTC
I am getting the following error using Visual Studio.NET 2003 when I tried
to compile the same workspace that compiles fine in Visual Studio 6.
Could any one help me is solving this problem
Any help would be greatly appreciated..
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xlocnum(664)
: error C4244: '=' : conversion from 'int' to 'char', possible loss of data
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xlocnum(636)
: while compiling class-template member function 'int
std::num_get<_Elem,_InIt>::_Getffld(char *,_InIt &,_InIt &,const std::locale
&) const'
with
[
_Elem=wchar_t,
_InIt=std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>
]
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xlocnum(1298)
: see reference to class template instantiation 'std::num_get<_Elem,_InIt>'
being compiled
with
[
_Elem=wchar_t,
_InIt=std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>
]
to compile the same workspace that compiles fine in Visual Studio 6.
Could any one help me is solving this problem
Any help would be greatly appreciated..
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xlocnum(664)
: error C4244: '=' : conversion from 'int' to 'char', possible loss of data
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xlocnum(636)
: while compiling class-template member function 'int
std::num_get<_Elem,_InIt>::_Getffld(char *,_InIt &,_InIt &,const std::locale
&) const'
with
[
_Elem=wchar_t,
_InIt=std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>
]
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xlocnum(1298)
: see reference to class template instantiation 'std::num_get<_Elem,_InIt>'
being compiled
with
[
_Elem=wchar_t,
_InIt=std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>
]