Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
zero size std::array parameter
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <array> #include <iostream> void foo(std::array<int, 0>) { } int main() { foo({}); std::cout << "Done\n"; }
run
|
edit
|
history
|
help
0
copy
variable template not supported
VS2013 hello world includes
Thing
infix to postfix v 3.0 with improved eval()
Visual C++ template instantiation
VC++ error LNK2001 with combined use of non-type template parameters
C++ instantiation
calling convention is part of type(?)
trying to find if reinterpret_cast preserves calling convention