Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

clang 10.0.0

Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic

Author

anonymous

over 4 years ago

$ clang++ prog.cc -Wall -Wextra -std=gnu++2a
prog.cc:23:19: error: no member named 'trees' in 'hello'
    alpha.at(1).a.trees = 1;
    ~~~~~~~~~~~~~ ^
1 error generated.
Exit Code:
1