Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
not a parameter pack
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 template<class...T> void do_nothing(T...) {} template<class...F> void pol(F const&...f) { [=] { auto x = 42; //int x = 42; do_nothing([&] {return f(x); }...); }; } int main() { pol([](int){}); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
hangman
multiply linked list numbers
cv2
vector destruction - visual studio
c++functor
namespace name resolution
pi
PRIx64 on MSVC
Attribute of qi parsers
WinAPI not accessible
Please log in to post a comment.