Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
template test
struct Data { void f() {} }; template<class T> struct Wrapper { Data _data; void f() const { _data.f(); } //error: no matching function for call to 'Data::f() const' }; int main() { Wrapper<void> w; (void) w; }
run
|
edit
|
history
|
help
0
Test
a parameter pack
SO typeindex pretty_name
1337
unresolved external symbol
C++ exception
dump_own_process.cpp
Dices by GOOSE
Is a Union Member's Destructor Called
ria