Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
VC++ error LNK2001 with combined use of non-type template parameters
template<void const* const& P> struct S { static void const* const V; }; template<void const* const& P> void const* const S<P>::V = &P; extern void const* const D = ""; int main() { void const* p = &S<S<D>::V>::V; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
hangman
boost::asyc fail with error C2280: attempting to reference a deleted function
hangman
Multi Inheritance
#26
ExtThes_Uniquify
Regex failure
sample ptr and obj ex
Test
Number of paths in matrix
Please log in to post a comment.