Opened 10 years ago
Closed 10 years ago
#7400 closed Bugs (fixed)
[algorithm] Missing dereference in copy_if for non-C++11 compiler
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | To Be Determined | Component: | algorithm |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: |
Description
It seems that copy_if for non-C++11 version doesn't work. Attached patch fixes it.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
(In [80617]) Fix bugs in copy_if; add basic tests. Refs #7400. Thanks to Hideaki Takei for the catch