Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2004-11-19 00:21:55


Bugs item #1069225, was opened at 2004-11-18 21:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1069225&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: date_time type conversion warning

Initial Comment:
from boost 1.32.0 final draft tarball.

d:\development files\boost 1.32.0
\include\boost\date_time\date_parsing.hpp(211) :
warning C4244: 'argument' : conversion
from '_STL::basic_string<_CharT,_Traits,_Alloc>::value_t
ype' to 'char', possible loss of data
        with
        [
            _CharT=wchar_t,
            _Traits=_STL::char_traits<wchar_t>,
            _Alloc=_STL::allocator<wchar_t>
        ]
        d:\development files\boost 1.32.0
\include\boost\date_time\date_parsing.hpp(253) : see
reference to function template instantiation 'date_type
boost::date_time::from_stream_type<date_type,_STL::b
asic_string<_CharT,_Traits,_Alloc>::iterator>
(iterator_type &,iterator_type &,wchar_t)' being compiled
        with
        [
            date_type=boost::gregorian::date,
            _CharT=wchar_t,
            _Traits=_STL::char_traits<wchar_t>,
            _Alloc=_STL::allocator<wchar_t>,
            
iterator_type=_STL::basic_string<wchar_t,_STL::char_tr
aits<wchar_t>,_STL::allocator<wchar_t>>::iterator
        ]
        d:\development files\boost 1.32.0
\include\boost\date_time\gregorian\parsers.hpp(78) :
see reference to function template
instantiation 'boost::date_time::period<point_rep,duratio
n_rep>
boost::date_time::from_simple_string_type<boost::grego
rian::date,wchar_t>(const
_STL::basic_string<_CharT,_Traits,_Alloc> &)' being
compiled
        with
        [
            point_rep=boost::gregorian::date,
            duration_rep=boost::gregorian::date_duration,
            _CharT=wchar_t,
            _Traits=_STL::char_traits<wchar_t>,
            _Alloc=_STL::allocator<wchar_t>
        ]

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1069225&group_id=7586

-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk