[Bug c++/13790] bad include

dhazeghi at yahoo dot com gcc-bugzilla@gcc.gnu.org
Wed Jan 21 08:25:00 GMT 2004


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 08:24 -------
You're missing the std namespace. See <http://gcc.gnu.org/bugs.html#nonbugs> under "New in 
GCC 3.0". Either you must always refer to string as 'std::string', or do using 'namespace std;'

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13790



More information about the Gcc-bugs mailing list