Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
VC++ error C2440 with combined use of non-type template parameters
// VC++ error C2440 with combined use of non-type template parameters. template<void (*F)()> struct s {}; template<int I> void f() {} template<int I> struct ss : s<f<I> > {};
run
|
edit
|
history
|
help
0
PTaHHHa
bitfields_msvc
test
enable_if::type
Test
Dices by GOOSE
PreprocessorVsNamespace
C++ standard violation: [templates][explicit instantiation][access checking]
Increment pointer to struct
Regex success