Menu

#90 error with new.h and MinGW

5.0
closed
None
5
2006-11-21
2006-11-20
No

When you include new.h in MinGW you get the following error:

p:/extlib/stl5/stlport/new.h:30:16: #include expects "FILENAME" or <FILENAME>

I am using the lastest "Current" MinGW packages on Windows and the STLport is 5.1.0 RC3.

Discussion

  • Francois Dumont

    Francois Dumont - 2006-11-21
    • assigned_to: nobody --> dums
    • status: open --> closed
     
  • Francois Dumont

    Francois Dumont - 2006-11-21

    Logged In: YES
    user_id=1096600
    Originator: NO

    new.h is not a C++ Standard header, it is part of the STLport 'stlport' folder headers for backward compatibility with some old compilers. Use <new> header.

     

Log in to post a comment.