Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2023 03:59:08 +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-HXRabYXYTS@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

--- Comment #4 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #3)

FYI: Using -std=3Dc++20 also gets that same result:

# c++ -std=3Dc++20 -pedantic -Wall -Wextra -fexperimental-library ranges_co=
py.cpp
# ./a.out
destination contains: 0 1 2 3 4 5 6 7 8 9=20
odd numbers in destination are: 1 3 5 7 9

--=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-HXRabYXYTS>