• Vit Babel's avatar
    Linq Creators Improvement · a4972949
    Vit Babel authored
    1) Changed the template of 'from(const TV<TT,TL> & container)' function from int to unsigned. Only this way it accepts std::array properly for me.
    
    2) Changed return types of some 'from()' functions to auto and used decltype() to generate the type of iterator, because there is no guarantee that iterator of collection A is A::const_iterator.
    
    3) Added two more versions of 'from()' function, which accept std::set and std::map.
    
    Plus: Untabyfied
    a4972949
Name
Last commit
Last update
benchmark Loading commit data...
externals Loading commit data...
include/boolinq Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...