Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc HEAD 10.0.0 20190919 (experimental)

Options
Warnings
Don't Use Boost
C++17
-pedantic-errors

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic-errors
prog.cc: In function 'int main()':
prog.cc:24:21: error: 'class Outer::Inner' is private within this context
   24 |     auto i = Outer::Inner();
      |                     ^~~~~
prog.cc:7:15: note: declared private here
    7 |         class Inner
      |               ^~~~~
Exit Code:
1