This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
libstdc++/3666: Invalid concept-checking code.
- To: gcc-gnats at gcc dot gnu dot org
- Subject: libstdc++/3666: Invalid concept-checking code.
- From: mark at codesourcery dot com
- Date: 12 Jul 2001 22:32:30 -0000
- Reply-To: mark at codesourcery dot com
>Number: 3666
>Category: libstdc++
>Synopsis: Invalid concept-checking code.
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jul 12 15:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: mark@codesourcery.com
>Release: 3.0
>Organization:
>Environment:
>Description:
The __glibcpp_class_requires macro sometimes expand
to the empty string, with the result that member
declarations consist of a single `;'. That's not legal;
every member declaration must declare something.
An example class using this pattern is `vector' in
stl_vector.h.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: