Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
MSVC ignoring unknown attributes
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> [[gnu::format(printf, 3, 4)]] int TNoHungarianNotationPlease(const char* pcFileName, const char* pcFunctionName, char const *pcFormat, ...) { return 7; } int main() { std::cout << "Hello, world!\n"; long lNumber = 20; TNoHungarianNotationPlease("pcFileName", "pcFunctionName", "%s", lNumber); }
run
|
edit
|
history
|
help
0
calling convention is part of type(?)
ExtThes_Uniquify
thread-destructor
unresolved external symbol
hangman
hangman
derived_tempalte
dump_own_process.cpp
MSVC noexcept - works
Fibonacci stairs