lip6 / coriolis

Coriolis VLSI EDA Tool (LIP6)
https://coriolis.lip6.fr
GNU General Public License v2.0
47 stars 5 forks source link

use <boost/bind/bind.hpp> + using namespace boost::placeholders #43

Closed robtaylor closed 11 months ago

robtaylor commented 11 months ago
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
[530/1084] Compiling C++ object hurric...c/viewer/libviewer.a.p/CellImage.cpp.o
In file included from /usr/include/boost/bind.hpp:30,
                 from ../hurricane/src/viewer/CellImage.cpp:21:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
jpc-lip6 commented 11 months ago

I did make the fix, it worked on my AlmaLinux 9, but failed on the github workflow that uses Ubuntu...

robtaylor commented 11 months ago

Thank JP, can you make a draft pull request with that fix in against this issue (you use # in a comment)? I’ll take a look

On Thu, 21 Sep 2023 at 23:16, Jean-Paul Chaput @.***> wrote:

I did make the fix, it worked on my AlmaLinux 9, but failed on the github workflow that uses Ubuntu...

— Reply to this email directly, view it on GitHub https://github.com/lip6/coriolis/issues/43#issuecomment-1730371678, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB4O4DKX6SZU7DUUK3ABNDX3S4FPANCNFSM6AAAAAA5CGZKFM . You are receiving this because you authored the thread.Message ID: @.***>