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
Hangman
Error defining lambda inside namespace
rvalue lifetime
define own struct
cv3
Visual C++ template instantiation
make_integer_sequence
thread-destructor
Full System Specifications version 2
Runner-mt