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-gnustep mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to