template<> struct Holder{ static double d;}; template<> double Holder::d = 3; int main(){}
Standard input is empty
prog.cpp:2:1: error: explicit specialization of non-template 'Holder'
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!