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]

c++/4864: incorrect warning



>Number:         4864
>Category:       c++
>Synopsis:       incorrect warning
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 13 05:36:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     David Abrahams
>Release:        gcc 3.0.2
>Organization:
>Environment:
cygwin, FWIW
>Description:
G++ warns about identifiers which are supposed to be reserved to the user:

----

c:/boost/boost/bind.hpp:1356: warning: identifier name `_1' conflicts with GNU C++ internal naming strategy
>How-To-Repeat:
namespace {
   inti _1;
}
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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