Menu

#181 3.0.0 fails to compile with GCC 4.5

v3.0.0
closed-fixed
nobody
lib-tulip (42)
5
2010-01-25
2010-01-24
szplug
No

Example error messages:

In file included from Bfs.cpp:23:0:
../../../library/tulip/include/tulip/Bfs.h:42:3: error: 'tlp::MutableContainer<bool>::MutableContainer' names the constructor, not the type
../../../library/tulip/include/tulip/Bfs.h:43:3: error: 'tlp::MutableContainer<bool>::MutableContainer' names the constructor, not the type

In file included from Ordering.cpp:21:0:
../../../library/tulip/include/tulip/Ordering.h:55:3: error: 'tlp::PlanarConMap::PlanarConMap' names the constructor, not the type
(... many more)

The attached patch cleans them up. But generally the idea is just to get rid of what it calls the 'constructor'.

Discussion

  • szplug

    szplug - 2010-01-24

    patch for the above compilation errors

     
  • Patrick Mary

    Patrick Mary - 2010-01-25
    • status: open --> closed-fixed
     
  • Patrick Mary

    Patrick Mary - 2010-01-25

    Thank you very much for your patch file.
    All updates have been integrated in the current svn source code

     

Log in to post a comment.