[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #16062] Avoid using "class" and other C++ keywords in macros
From: |
Sašo Kiselkov |
Subject: |
[bug #16062] Avoid using "class" and other C++ keywords in macros |
Date: |
Sat, 11 Mar 2006 09:28:58 +0000 |
User-agent: |
|
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=16062>
Summary: Avoid using "class" and other C++ keywords in
macros
Project: GNUstep
Submitted by: diablos
Submitted on: Sat 03/11/06 at 09:28
Category: Base/Foundation
Severity: 3 - Normal
Item Group: Change Request
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
I found that in NSInvocation.h the word "class" is used in a macro argument.
I'd suggest to replace it with "aClass" or anything else instead (and not
only in NSInvocation.h, but in all GNUstep headers), as it might create weird
problems when GNUstep is used from Objective-C++ code, since GCC now has
ObjC++ support.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=16062>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #16062] Avoid using "class" and other C++ keywords in macros,
Sašo Kiselkov <=