C++ interface

From: Benjamin Roe <ben_at_benroe.com>
Date: Mon 06 Jan 2003 02:58:55 PM GMT
Message-ID: <3E1999AF.8090203@benroe.com>
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.

Ben
Received 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