This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/20118] spurious error


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-21 02:48 -------
I think this is invalid.
You should be using:
template<> const int foo<bool>::i = 5;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20118


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]