chromium / subspace

A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code.; Also home of Subdoc the code-documentation generator.
https://suslib.cc
Apache License 2.0
89 stars 15 forks source link

Friend decls are showing up in the overload set #434

Closed danakj closed 10 months ago

danakj commented 10 months ago

https://suslib.cc/sus-iter-fn.repeat.html

This has 2 overloads in the docs, the second one being the friend from inside the Repeat type.