[cpp-xmltooling] 02/02: Add Boost macro to suppress warning for now.

Scott Cantor cantor.2 at osu.edu
Wed Dec 2 15:36:01 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=76756bbfe35575277abf4d1f2a5b0b91907f1cd1

commit 76756bbfe35575277abf4d1f2a5b0b91907f1cd1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 2 10:35:38 2020 -0500

    Add Boost macro to suppress warning for now.
---
 xmltooling/io/HTTPRequest.cpp                           | 1 +
 xmltooling/io/HTTPResponse.cpp                          | 1 +
 xmltooling/security/impl/ChainingCredentialResolver.cpp | 1 +
 xmltooling/util/ParserPool.cpp                          | 1 +
 4 files changed, 4 insertions(+)

diff --git a/xmltooling/io/HTTPRequest.cpp b/xmltooling/io/HTTPRequest.cpp
index df10232..7f81f80 100644
--- a/xmltooling/io/HTTPRequest.cpp
+++ b/xmltooling/io/HTTPRequest.cpp
@@ -30,6 +30,7 @@
 
 #include <cstring>
 #include <boost/algorithm/string.hpp>
+#define BOOST_BIND_GLOBAL_PLACEHOLDERS
 #include <boost/bind.hpp>
 #include <boost/lexical_cast.hpp>
 #include <boost/tokenizer.hpp>
diff --git a/xmltooling/io/HTTPResponse.cpp b/xmltooling/io/HTTPResponse.cpp
index 29515d3..db52c33 100644
--- a/xmltooling/io/HTTPResponse.cpp
+++ b/xmltooling/io/HTTPResponse.cpp
@@ -28,6 +28,7 @@
 #include "HTTPResponse.h"
 
 #include <boost/algorithm/string/predicate.hpp>
+#define BOOST_BIND_GLOBAL_PLACEHOLDERS
 #include <boost/bind.hpp>
 
 using namespace xmltooling;
diff --git a/xmltooling/security/impl/ChainingCredentialResolver.cpp b/xmltooling/security/impl/ChainingCredentialResolver.cpp
index 4222f7e..147b227 100644
--- a/xmltooling/security/impl/ChainingCredentialResolver.cpp
+++ b/xmltooling/security/impl/ChainingCredentialResolver.cpp
@@ -33,6 +33,7 @@
 
 #include <algorithm>
 #include <functional>
+#define BOOST_BIND_GLOBAL_PLACEHOLDERS
 #include <boost/bind.hpp>
 #include <boost/ptr_container/ptr_vector.hpp>
 #include <xercesc/util/XMLUniDefs.hpp>
diff --git a/xmltooling/util/ParserPool.cpp b/xmltooling/util/ParserPool.cpp
index a11c15c..594c064 100644
--- a/xmltooling/util/ParserPool.cpp
+++ b/xmltooling/util/ParserPool.cpp
@@ -40,6 +40,7 @@
 #include <algorithm>
 #include <functional>
 #include <boost/algorithm/string.hpp>
+#define BOOST_BIND_GLOBAL_PLACEHOLDERS
 #include <boost/bind.hpp>
 #include <xercesc/util/PlatformUtils.hpp>
 #include <xercesc/util/XMLUniDefs.hpp>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list