Why there is no std::copy_if algorithm?

According to Stroustrup’s “The C++ Programming Language” it was just an over-sight.

(as a citation, the same question answered in boost mail-lists: copy_if)

Leave a Comment