Skip to content
Snippets Groups Projects
Commit be34a8b5 authored by Benjamin Brock's avatar Benjamin Brock Committed by Jonathan Wakely
Browse files

libstdc++: Workaround for LLVM-61763 in <ranges>


This patch adds a small workaround that avoids declaring constrained
friends when compiling with Clang, instead making some members public.
MSVC's standard library has implemented a similar workaround.

Signed-off-by: default avatarBenjamin Brock <brock@cs.berkeley.edu>

libstdc++-v3/ChangeLog:

	* include/std/ranges (zip_view, adjacent_view): Implement
	workaround for LLVM-61763.
parent 59a7d389
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment