Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc 10.1.0

Options
Boost 1.73.0
C++11
no pedantic
Raw compiler options
test.cpp sample.cpp

Author

anonymous

over 4 years ago

Hearder.hpp
test.cpp
sample.cpp

$ g++ prog.cc -I/opt/wandbox/boost-1.73.0/gcc-10.1.0/include -std=c++11 test.cpp sample.cpp
親クラスのTestのデフォルトコンストラクタ
子クラスのSample<type>のコンストラクタ
親クラスのTestのデフォルトコンストラクタ
子クラスのSample<std::vector<int>>のコンストラクタ
子クラスのSample<type>クラスでオーバーライドしたfメソッド
子クラスのSample<std::vector<int>>クラスでオーバーライドしたfメソッド
Exit Code:
0