Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
#21.2
Catching divide-by-zero with /EHc
additional layer of indirection
VS'15 parameter pack sfinae
#22.1
new
Is min defined?
DCapSurfaceDesc
infix to postfix v 1.0
Visual Studio C++ wont accept >> or << past the initial declarations
Please log in to post a comment.