Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed C++11 dependency for
begin()
and end()
As I was not able to base the return types of `begin()` & `end()` off the c_str() function, I have changed the source so the features can be used by C++98 code, while still allowing ranged loops in C++11.
- Loading branch information