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

added deque support #2

Open mwpowellhtx opened 9 years ago

mwpowellhtx commented 9 years ago

Started from the most recent Github revision, merged in the deque patch. Make sure that and the unit tests are basically correct, would you please? Thank you.