Opened 13 years ago

Closed 12 years ago

#3671 closed Bugs (duplicate)

Warning in boost/iterator/transform_iterator.hpp

Reported by: anonymous Owned by: Pavol Droba
Milestone: Boost 1.42.0 Component: string_algo
Version: Boost 1.41.0 Severity: Cosmetic
Keywords: Cc:

Description

When use boost::algorithm::to_lower. There is warning "assignment operator could not be generated for boost/iterator/transform_iterator."

VC 9.0

Minimal code:

const wstring x; const wstring y = to_lower_copy(x)

Change History (2)

comment:1 by Steven Watanabe, 13 years ago

Component: Nonestring_algo
Owner: set to Pavol Droba
Type: PatchesBugs

comment:2 by Steven Watanabe, 12 years ago

Resolution: duplicate
Status: newclosed

Duplicates #3161.

Note: See TracTickets for help on using tickets.