summaryrefslogtreecommitdiffstats
path: root/academic/gplates/boost-placeholders.patch
blob: aefc26e64fa02936d56237b2d2a3bff34ab3d011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- gplates_2.3.0_src/src/gui/TopologyTools.cc	2021-07-05 07:28:32.000000000 +0200
+++ gplates_2.3.0_src-fixed/src/gui/TopologyTools.cc	2022-04-10 16:00:01.000000000 +0200
@@ -39,4 +39,6 @@
 #include <boost/none.hpp>
 #include <boost/numeric/conversion/cast.hpp>
+#include <boost/bind/placeholders.hpp>
+using namespace boost::placeholders;
 
 #include <QtDebug>
--- gplates_2.3.0_src/src/qt-widgets/ViewportWindow.cc 2021-08-05 07:40:35.000000000 +0200
+++ gplates_2.3.0_src-fixed/src/qt-widgets/ViewportWindow.cc 2022-04-10 16:10:01.000000000 +0200
@@ -37,4 +37,6 @@
 #include <boost/foreach.hpp>
 #include <boost/bind/bind.hpp>
+#include <boost/bind/placeholders.hpp>
+using namespace boost::placeholders;
 
 #include <QActionGroup>
--- gplates_2.3.0_src/src/presentation/ReconstructionGeometryRenderer.cc 2021-08-05 07:40:35.000000000 +0200
+++ gplates_2.3.0_src-fixed/src/presentation/ReconstructionGeometryRenderer.cc 2022-04-10 16:20:01.000000000 +0200
@@ -30,4 +30,6 @@
 #include <boost/bind/bind.hpp>
 #include <boost/foreach.hpp>
+#include <boost/bind/placeholders.hpp>
+using namespace boost::placeholders;
 
 #include "ReconstructionGeometryRenderer.h"
--- gplates_2.3.0_src/src/presentation/VisualLayerRegistry.cc 2021-08-05 07:40:35.000000000 +0200
+++ gplates_2.3.0_src-fixed/src/presentation/VisualLayerRegistry.cc 2022-04-10 16:30:01.000000000 +0200
@@ -27,4 +27,6 @@
 #include <boost/bind/bind.hpp>
 #include <boost/foreach.hpp>
+#include <boost/bind/placeholders.hpp>
+using namespace boost::placeholders;
 #include <QPixmap>