Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 10 years ago

Language

Compiler

Options

Author

anonymous

about 10 years ago

hoge.hpp
foo/foo.hpp
foo/hoge.hpp

$
In file included from foo/foo.hpp:3:0,
                 from prog.cc:2:
foo/hoge.hpp: In function 'void f()':
foo/hoge.hpp:3:13: error: redefinition of 'void f()'
 inline void f() // fooライブラリが一緒に含めて配布しているヘッダ
             ^

In file included from prog.cc:1:0:
hoge.hpp:3:13: note: 'void f()' previously defined here
 inline void f() // システムが持ってるヘッダ
             ^

Exit Code:
1