[Bug 271931] The C++20 feature 'std::ranges::copy' is missing
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271931] The C++20 feature 'std::ranges::copy' is missing"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Jun 2023 02:15:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271931
Mark Millard <marklmi26-fbsd@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marklmi26-fbsd@yahoo.com
--- Comment #1 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
https://en.cppreference.com/w/cpp/ranges does not show there
being such a thing as a copy method directly in what <ranges>
supplies. But . . .
https://en.cppreference.com/w/cpp/algorithm/ranges does
show <algorithm> as supplying such.
Did the example code trying to use std::ranges::copy
have <algorithm> explicitly?
--
You are receiving this mail because:
You are the assignee for the bug.