[Bug 271931] The C++20 feature 'std::ranges::copy' is missing

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 10 Jun 2023 03:59:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271931

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

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

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

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