Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

Compiler

Options

Author

anonymous

over 5 years ago

$
prog.cc: In function 'int main()':
prog.cc:6:33: error: '& ch1' is not a constant expression
    6 |     constexpr const int* pch1 = &ch1;
      |                                 ^~~~
prog.cc:8:33: error: '& ch2' is not a constant expression
    8 |     constexpr const int* pch2 = &ch2;
      |                                 ^~~~
Exit Code:
1