Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git 59b8cccef370fdb22152f24503292ee71ad4a61a) (https://github.com/llvm-mirror/llvm.git 8728549da335c22ef3c39551c30df55506f534a8)

Options
Warnings
Boost 1.68.0
C++11(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-head/include -std=gnu++11
prog.cc:4:26: error: expected ';' at end of declaration
    std::ofstream outfile.open("foo");
                         ^
                         ;
1 error generated.
Exit Code:
1