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: Hideaki Takei <hideaki.takei@…> 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)

2.patch (814 bytes ) - added by Hideaki Takei <hideaki.takei@…> 10 years ago.

Download all attachments as: .zip

Change History (4)

by Hideaki Takei <hideaki.takei@…>, 10 years ago

Attachment: 2.patch added

comment:1 by Marshall Clow, 10 years ago

(In [80617]) Fix bugs in copy_if; add basic tests. Refs #7400. Thanks to Hideaki Takei for the catch

comment:2 by Marshall Clow, 10 years ago

(In [80618]) Fix bugs in copy_if; add basic tests. Refs #7400. Thanks to Hideaki Takei for the catch

comment:3 by Marshall Clow, 10 years ago

Resolution: fixed
Status: newclosed

(In [80670]) Merge bug fixes to release; Fixes #7399 Fixes #7400 Fixes #7401

Note: See TracTickets for help on using tickets.