Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Cannot allocate an array of constant size 0
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> #include <Windows.h> int main() { const int GlobalTuningList[] = { #if 0 1 #endif }; std::cout << _countof(GlobalTuningList) << std::endl; }
run
|
edit
|
history
|
help
0
Generic EventProvider
VS2013 hello world includes
thread-destructor
regex select, find
Error defining lambda inside namespace
visual-wtf
Even Odd
PRIx64 on MSVC
7
Is min defined?