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.
assaa
problem_solution_1
cv2
Static cast of Enum
Regex pipe and tabs c++
du
delete from list
ADL of operator expression & unqualified function call
define own struct
constexpr internal error
Please log in to post a comment.