Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

Compiler

Options

Author

anonymous

almost 7 years ago

$
prog.cc:9:10: warning: returning reference to local temporary object [-Wreturn-stack-address]
  return ref;
         ^~~
prog.cc:8:12: note: binding reference variable 'ref' here
  const S& ref = S{};
           ^     ~~~
1 warning generated.
-------------
destr
Exit Code:
0