[Bug 271931] The C++20 feature 'std::ranges::copy' is missing
| Newsgroups | gmane.os.freebsd.devel.standards |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271931 --- Comment #4 from Mark Millard <[email protected]> --- (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.