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
Problem_rstring_1
SO typeindex pretty_name
Hangman
template test
MSVC14 <experimental/generator> header
VC++
C++ exception
Visual Studio 2015 Compiler Bug: 64bit multiplication
Error log b is an undeclared identifier...
calling conventions and using an override class to change another classes values