Run Code
|
API
|
Code Wall
|
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
fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
dharm1
trying to find if reinterpret_cast preserves calling convention
masodijegy.cpp
Test
CT1
VC++ windows exception
C++ string format
Dequeue Using STL List
Additional layer of indirection