Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2023 02:15:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 271931] The C++20 feature 'std::ranges::copy' is missing
Message-ID:  <bug-271931-99-Qr0JCXNjDP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271931-99@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271931-99@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271931

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?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271931-99-Qr0JCXNjDP>