Relinx Code
Yet another .NET-like LINQ library in C++ with lazy evaluation.
Brought to you by:
ptomaine
File | Date | Author | Commit |
---|---|---|---|
doxygen | unknown | ||
media | unknown | ||
relinx | 2016-06-20 |
![]() |
[d74d31] Small source code changes |
LICENSE | 2016-06-08 |
![]() |
[57067a] Initial commit |
Readme.txt | 2016-06-09 |
![]() |
[cea863] typo fix |
main.cpp | 2016-06-19 |
![]() |
[509b3d] Unused lambda parameters were removed. |
relinx.cbp | 2016-06-19 |
![]() |
[c58e16] Added more warning compiler options to the proj... |
The library uses the C++14 standard. The code was successfully tested on the following compilers: * MinGW / GCC 5.3.0 * Clang 3.9.0 * MSVC 2015 can successfully compile the library but throws a compile time error on certain unit tests. It cannot understand complex lambdas yet.