Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20190107 (experimental)

Options
Don't Use Boost
Compiler Default
no pedantic
Raw compiler options
-fconcepts

Author

anonymous

over 6 years ago

$ g++ prog.cc -fconcepts
prog.cc:8:19: error: conflicting declaration 'const int& a'
    8 | extern const int& a;
      |                   ^
prog.cc:7:23: note: previous declaration as 'int a'
    7 | extern decltype(f(x)) a;
      |                       ^
Exit Code:
1