LINQ for C++ (cpplinq) is an extensible C++11 library of higher-order functions for range manipulation. cpplinq draws inspiration from LINQ for C#.
183
stars
40
forks
source link
fix from_copy() and select_many() #12
Open
shinji-yoshida opened 3 years ago
Hi mrange, thanks for great library. Is this repo active?
I fixed
from_copy
andselect_many
. Please check it.