Login
Roast topics
Find topics
Find it!
From:
Stack Overflow
(Uncensored)
subscribe
c++ - A positive lambda: '+[]{}' - What sorcery is this? - Stack Overflow
https://stackoverflow.com/questions/18889028/a-positive-lambda-what-sorcery-is-this
links
backlinks
Tagged with:
c++
Roast topics
Find topics
Roast it!
In Stack Overflow question Redefining lambdas not allowed in C++11, why?, a small program was given that does not compile: int main() { auto test = []{}; test = []{}; } The question was an...