mrange / cpplinq

LINQ for C++ (cpplinq) is an extensible C++11 library of higher-order functions for range manipulation. cpplinq draws inspiration from LINQ for C#.
http://cpplinq.codeplex.com/
Other
183 stars 40 forks source link

fix from_copy() and select_many() #12

Open shinji-yoshida opened 3 years ago

shinji-yoshida commented 3 years ago

Hi mrange, thanks for great library. Is this repo active?

I fixed from_copy and select_many. Please check it.