Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Two-phase sample with VC++ 2015
#include <cstdio> void func(void*) {puts("The call resolves to void*");} template<typename T> void g(T x) { func(0); } void func(int) { puts("The call resolves to int");} int main() { g(0); }
run
|
edit
|
history
|
help
0
Attribute of qi parsers
constexpr internal error
MSVC alias template
MSVC C2888 bug
VC++ '-flag Fail
upper_bound With binary_function Visual Studio 2008 Bug?
Increment pointer to struct
problem_solution_1
rvalue lifetime
MSVC14 <exception> header