Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
default
#include <iostream> struct foo { template<typename ...Args> foo(Args&& ...args) { std::cout << "Any number of args.\n"; } foo() = default; }; int main() { foo f; }
run
|
edit
|
history
|
help
0
CStringA
It complies!
1337
std::string
VC++ error C2440 with combined use of non-type template parameters
MyCodeWindows
Visual Studio C++ wont accept >> or << past the initial declarations
Unicode_wcout
sharedptr emptiness
dhar1