update boost_sync to latest develop
authorBrian Heim <brianlheim@gmail.com>
Tue, 25 Aug 2020 14:20:05 +0000 (09:20 -0500)
committerDennis Braun <d_braun@kabelmail.de>
Wed, 16 Dec 2020 21:53:57 +0000 (21:53 +0000)
Gbp-Pq: Name 0005-update-boost_sync-to-latest-develop.patch

lang/LangPrimSource/PyrSerialPrim.cpp
lang/LangPrimSource/SC_ComPort.cpp
lang/LangSource/SC_TerminalClient.cpp
server/scsynth/SC_ComPort.cpp
server/supernova/sc/sc_osc_handler.cpp

index 7e5f94091fac91bae4e963b5831e6b4669fd532a..cc56abdcead485d5a7deba40e34afcd1316a95c3 100644 (file)
@@ -42,7 +42,7 @@
 
 #include <boost/asio/use_future.hpp>
 #include <boost/asio.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/cstdint.hpp>
 #include <boost/lockfree/spsc_queue.hpp>
 
index 19238dc816e12eb1047db0be3796db299ba7726f..6d2b54b8494e29bf8904e81ebd081b997accf1e2 100644 (file)
@@ -33,7 +33,7 @@
 #include "SC_ReplyImpl.hpp"
 
 #include <boost/asio.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/typeof/typeof.hpp>
 
 #define scprintf printf
index 1b993d981ac526b6261ad1491b7b6e4dcaf35172..bc3710ca2ad85f7ca8fb9d8025539644caf1fb4e 100644 (file)
@@ -29,7 +29,7 @@
 #    include "../../QtCollider/LanguageClient.h"
 #endif
 
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 
 #ifdef _WIN32
 #    define __GNU_LIBRARY__
@@ -63,6 +63,8 @@
 
 #include <boost/filesystem/operations.hpp>
 
+using namespace boost::placeholders;
+
 static FILE* gPostDest = stdout;
 
 #ifdef _WIN32
index 3ab9e9bdbbb7ef9eb55459335230e21187d9a417..c8c418675b64b50800d496a3dedb45969978d1cc 100644 (file)
@@ -34,7 +34,7 @@
 
 #include <boost/asio.hpp>
 #include <boost/array.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/enable_shared_from_this.hpp>
 #include <boost/typeof/typeof.hpp>
 
index ef2a00b14fbb30d36cae6f988605025ce9f21d3a..c08abf590222c1c3c797aaeb1f4e908a36a5bfab 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <boost/asio/placeholders.hpp>
 #include <boost/asio/read.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 
 
 #include "osc/OscOutboundPacketStream.h"