Opened 9 years ago
Closed 9 years ago
#9302 closed Bugs (invalid)
Pesky warnings from lexical_cast
Reported by: | John Maddock | Owned by: | Antony Polukhin |
---|---|---|---|
Milestone: | To Be Determined | Component: | lexical_cast |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
MSVC is generating lots of warnings from lexical deep in the template instantiation tree:
d:\data\boost\trunk\boost\lexical_cast.hpp(1984): warning C4512: 'boost::detail::lexical_ostream_limited_src<CharT,Traits>' : assignment operator could not be generated d:\data\boost\trunk\boost\lexical_cast.hpp(726): warning C4512: 'boost::detail::lcast_put_unsigned<Traits,T,CharT>' : assignment operator could not be generated
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
My bad, it is indeed fixed in latest Trunk. Closing down.
Note:
See TracTickets
for help on using tickets.
Is this error reproduced with the latest trunk version?
I thought that all those warnings were fixed in #9271 ([86374])