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++/15179] Bad error message


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-27 20:40 -------
Fixed for 3.4.0 which is out:
In file included from testPowerset.cc:5:
/home/ivan/ootbc/common/include/powerset.hh:112: error: type `Powerset<E>' is not derived from 
type `Powerset<E>::iterator'
/home/ivan/ootbc/common/include/powerset.hh:112: error: ISO C++ forbids declaration of 
`difference_type' with no type
/home/ivan/ootbc/common/include/powerset.hh:112: error: expected `;' before "difference_type"

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |diagnostic
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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