Menu

#19 acdk_core: Fix gcc 2.96 related bugs

Bug
closed-fixed
acdk_core (38)
9
2001-07-06
2001-04-23
No

acdk_core: Fix gcc 2.96 related bugs

Discussion

  • Roger Rene Kommer

    Logged In: YES
    user_id=20586

    Change:
    #define USING_CLASS(ns, cl) \ using ns##cl;\ using ns##R##cl; \ using ns##cl##Array; \ using ns##R##cl##Array
    to:
    #define USING_CLASS(ns, cl) \ using ns cl;\ using ns R##cl; \ using ns cl##Array; \ using ns R##cl##Array

     
  • Roger Rene Kommer

    • status: open --> closed-fixed
     

Log in to post a comment.