Opened 15 years ago

Closed 14 years ago

#1506 closed Patches (fixed)

[string_algo] C4512 warnings from VC8.0

Reported by: Richard Webb <richard.webb@…> 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)

string_algo.patch (2.4 KB ) - added by Richard Webb <richard.webb@…> 15 years ago.

Download all attachments as: .zip

Change History (2)

by Richard Webb <richard.webb@…>, 15 years ago

Attachment: string_algo.patch added

comment:1 by Pavol Droba, 14 years ago

Resolution: fixed
Status: newclosed

applied, thanks

Note: See TracTickets for help on using tickets.