Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
empty base bug
template<class T> struct ebo : private T { T& member() { return *this; } }; template<class B> struct M : private ebo<typename B::value_type> { typename B::value_type& get() { return this->member(); } }; struct U { struct value_type {}; }; int main() { M<U> m; m.get(); }
run
|
edit
|
history
|
help
0
bool behaviour (convertion/promotion) for logical and artihmetic operators
sharedptr emptiness
Competitive - Algorithm for max number of superior characters
This is the first one
thread-destructor
Matrix paths right-down only, going through XY
seh exception in constructor memory leak
CT1
Iterate_Variac_Template
MSVC-IsBaseOf