>> I believe that a worthy largescale c++ program should define any enums >> in a particular namespace which subsequently can be used to uniquely >> identify them. >> >> It is possibly already the case, but that the namespace is not prefixed >> to the enumeration value identifier. >> >> Another thing to check perhaps is if there is any "using" clause > prior >> to the declaration that spews...
This header is loaded because some other necessary headers are loaded. The problem is that whatever you do the symbols are defined so the only solution is to prevent the preprocessor from loading the "problematic" header. At any rate, the problem is being fixed as the upstream of the program will simply change the names of the "problematic" entries. Thank you very much for you insight. A.S. ---------------------- Apostolos Syropoulos Xanthi, Greece ------------------------------------------- illumos-discuss Archives: https://www.listbox.com/member/archive/182180/=now RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be Modify Your Subscription: https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4 Powered by Listbox: http://www.listbox.com
