Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 7 years ago

Language

C++

Compiler

clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git ddde3eeaec53ab9a70aed964f1cbf7713a856eb1) (https://github.com/llvm-mirror/llvm.git b96b37dc8fb417dc4123246d7bfd910789de810a)

Options
Warnings
Boost 1.68.0
C++14
-pedantic-errors

Author

anonymous

about 7 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-head/include -std=c++14 -pedantic-errors
prog.cc:9:11: error: non-const lvalue reference to type 'S' cannot bind to a temporary of type 'S'
    auto& s1 = f(); // нельзя связать ссылку со временным объектом
          ^    ~~~
1 error generated.
Exit Code:
1