Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

C++

Compiler

gcc 9.3.0

Options
Warnings
Boost 1.73.0
C++2a(GNU)
-pedantic-errors

Author

anonymous

almost 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-9.3.0/include -std=gnu++2a -pedantic-errors
prog.cc: In function 'int main()':
prog.cc:10:18: error: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   10 |     compare<3,4>("hi", "mom");
      |                  ^~~~
prog.cc:10:24: error: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   10 |     compare<3,4>("hi", "mom");
      |                        ^~~~~
Exit Code:
1