Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc HEAD 11.0.0 20201218 (experimental)

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

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a
prog.cc:13:6: error: redefinition of 'void func(const string&)'
   13 | void func( const std::string &str )
      |      ^~~~
prog.cc:8:6: note: 'void func(const Name&)' previously defined here
    8 | void func( const Name &name )
      |      ^~~~
Exit Code:
1