fmt::join
is using std::begin
and std::end
on the range it is being passed. This makes it harder for user-defined types that have their own begin
and end
living in their own namespace. E.g., range-for does ADL on begin
/end
on a range's associated namespaces. It it by design that {fmt}
does not do the same?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4