In using the Eclipse C++ interface, I noticed that it defines a function list(int,list) in a global namespace. This means that if you try to use STL lists and Eclipse code together, you get "list: ambiguous symbol" errors. My fix was to wrap the eclipse headers in a separate namespace, so I could specify std::list or eclipse::list. Might be worth changing in the next release. BenReceived on Mon Jan 06 15:04:26 2003
This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:07:20 PM GMT GMT