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
std::current_exception makes a copy
virtual inheritance
decltype_lambda
C++ quine
fusion adapt 64 members v2
VS struct name enumerate
hangman
VC++ error C2440 with combined use of non-type template parameters
std::string
Hangman