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++/34238] "static data member used, but not defined" error on member definition



------- Comment #2 from jakub at gcc dot gnu dot org  2007-11-26 20:18 -------
Small testcase:
// PR c++/34238
// { dg-do compile }

namespace
{
  template <typename T = int> struct A
  {
    static const bool a = true;
  };
};
struct A<> a;

Investigating...


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-11-26 20:18:10
               date|                            |


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


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