Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc HEAD 10.0.1 20200222 (experimental)

Options
Warnings
Boost 1.70.0
C++2a(GNU)
no pedantic
Raw compiler options
f.cpp g.cpp a.cpp

Author

anonymous

over 5 years ago

a.hpp
f.cpp
g.cpp
a.cpp

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-head/include -std=gnu++2a f.cpp g.cpp a.cpp
void A<T>::f() [with T = int]
void A<T>::g() [with T = int]
void A<T>::f() [with T = short int]
void A<T>::g() [with T = short int]
Exit Code:
0