Albert Mosiałek
Results
2
issues of
Albert Mosiałek
This code won't compile: ``` #include #include using namespace linq; std::vector f() { std::vector result; return result; } int main() { auto x = f() | linq::first; } ``` however...
Zero MQ has changed licensing from LGPL 3.0 to MPL 2.0 (source: http://wiki.zeromq.org/area:licensing) Will NetMQ package change its license as well?