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 , 13 years ago
Component: | None → string_algo |
---|---|
Owner: | set to |
Type: | Patches → Bugs |
comment:2 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicates #3161.