Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
No UD
#include <iostream> struct A { A(int) { std::clog << __LINE__ << std::endl; } ~A() { std::clog << __LINE__ << std::endl; } int f() const { std::clog << __LINE__ << std::endl; return 0; } }; int f(const A& a) { return a.f(); } void g(int) { std::clog << __LINE__ << std::endl; } int main() { g(f(0)); }
run
|
edit
|
history
|
help
0
Multi Inheritance
Computing factorial of an integer with recursion and iteration [EDIT]
upper_bound With binary_function Visual Studio 2008 Bug?
Enum Class Comparisons
Copy initialization: overload resolution issue
Removing __unaligned specifier partial solution
#22.2
VC++ error C2440 with combined use of non-type template parameters
#8
Noexcept