Re: Implementing cbegin* cend* member functions.
David Bellot <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <CAOE6ZJEa+gKsUMTYbe3dhOYmPY6HkqOFDd6ch+ei4bOyuwFAtw@mail.gmail.com> |
Hi Joaquim, If you want to contribute to ublas, we have our own repository here on github: https://github.com/uBLAS/ublas You can contribute with respect to the *develop *branch. Everytime it is needed, I push it into the develop branch on boostorg (the official github repository). Same thing goes with the *master* branch on uBLAS/ublas. I push it to the *master* branch on boostorg everytime we need to update it. I can add you as a contributor to the project and you can create you own branch to do your experimentation. When you feel the code is reasy, we can push it to our own develop branch (and the boostorg develop branch at the same time). Let me know if you have any question. Best, David On Sat, Jun 14, 2014 at 8:09 PM, Joaquim Duran <[email protected]> wrote: > 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 > > > _______________________________________________ > ublas mailing list > [email protected] > http://lists.boost.org/mailman/listinfo.cgi/ublas > Sent to: [email protected] >