Opened 15 years ago
Closed 14 years ago
#1506 closed Patches (fixed)
[string_algo] C4512 warnings from VC8.0
| Reported by: | Owned by: | Pavol Droba | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | string_algo |
| Version: | Boost Development Trunk | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
string_algo produces a number of C4512 (assignment operator could not be generated) warnings when used in VC8 with warning level 4/code analysis enabled:
boost\algorithm\string\detail\classification.hpp(61) : warning C4512: 'boost::algorithm::detail::is_classifiedF' : assignment operator could not be generated boost\algorithm\string\detail\case_conv.hpp(42) : warning C4512: 'boost::algorithm::detail::to_lowerF<CharT>' : assignment operator could not be generated boost\algorithm\string\detail\find_format_store.hpp(65) : warning C4512: 'boost::algorithm::detail::find_format_store<ForwardIteratorT,FormatterT,FormatResultT>' : assignment operator could not be generated
The attached patch silences these warnings for me.
Attachments (1)
Change History (2)
by , 15 years ago
| Attachment: | string_algo.patch added |
|---|
comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

applied, thanks