This one is compiler-independent. It appears as though the [`cend()`](https://github.com/bitwizeshift/BackportCpp/blob/4f33a7f9b219f169e60d8ed2fd5731a3a23288e4/include/bpstd/string_view.hpp#L1186) method of `string_view` _might_ actually contain a recursive call. It simply calls itself.
This one is compiler-independent.
It appears as though the
cend()method ofstring_viewmight actually contain a recursive call. It simply calls itself.