I would like implement the cbegin and cend version of member functions (as defined in C11 for std containers). 

Some one else is implementing these member functions? if not, at which branch I could implement them?

Joaquim Duran