mohitanand001 / underscore_cpp

underscore_cpp
MIT License
7 stars 30 forks source link

Size function #18

Closed gautamswati closed 5 years ago

gautamswati commented 5 years ago

Implemented issue #14. I.m new to open-source. Please tell me if anything is to be updated/corrected.

gotham13 commented 5 years ago

Thanks for contributing .You will also need to add the function signature in underscore.hpp and a test in tsting.cpp .

gotham13 commented 5 years ago

Signature will be like

template <typename Container>
typename Container::const_iterator size(Container container);
mohitanand001 commented 5 years ago

Thanks for the contribution @Swati-007 , but from next time please be sure to ask @Gotham13121997 or me tp assign the issue to you, before you start working.

mohitanand001 commented 5 years ago

Hi, please look into it @Swati-007 , so that we can merge it into master.