Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 7 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20190104 (experimental)

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

Author

anonymous

over 7 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic-errors
prog.cc:3:17: error: 'void func(int)' has not been declared within '::'
    3 |     friend void ::func(int);
      |                 ^~
prog.cc:2:17: note: only here as a 'friend'
    2 |     friend void func(int) { }
      |                 ^~~~
Exit Code:
1