Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
MSVC bug in __fastcall implementation !!!
#include <cstdio> template <class Char> void __fastcall foo(Char c = '\n'); template <class Char> void __fastcall foo(Char c) { printf("%d : %08X (expected %08X)\n", sizeof(c), (int)c, (int)'\n'); } int main() { foo<char>(); foo<wchar_t>(); foo<unsigned>(); }
run
|
edit
|
history
|
help
0
CT1
C++ instantiation
visual-wtf
Why is vsnprintf Not Writing the Same Number of Characters as strncpy Would?
auto decltype - Return Type Decltype
Hangman
123
sinem çalışma
zero size std::array parameter
Strings