Merge branch 'main' of https://github.com/apple/foundationdb into feature/main/listTenant
This commit is contained in:
commit
f1dd3aea92
|
@ -21,7 +21,9 @@
|
|||
#include "fdbcli/FlowLineNoise.h"
|
||||
#include "flow/IThreadPool.h"
|
||||
|
||||
#ifndef BOOST_SYSTEM_NO_LIB
|
||||
#define BOOST_SYSTEM_NO_LIB
|
||||
#endif
|
||||
#define BOOST_DATE_TIME_NO_LIB
|
||||
#define BOOST_REGEX_NO_LIB
|
||||
#include "boost/asio.hpp"
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
#include "flow/Platform.h"
|
||||
#include <algorithm>
|
||||
|
||||
#ifndef BOOST_SYSTEM_NO_LIB
|
||||
#define BOOST_SYSTEM_NO_LIB
|
||||
#endif
|
||||
#define BOOST_DATE_TIME_NO_LIB
|
||||
#define BOOST_REGEX_NO_LIB
|
||||
#include "boost/asio.hpp"
|
||||
|
|
|
@ -22,7 +22,9 @@
|
|||
|
||||
// Define boost::asio::io_service
|
||||
#include <algorithm>
|
||||
#ifndef BOOST_SYSTEM_NO_LIB
|
||||
#define BOOST_SYSTEM_NO_LIB
|
||||
#endif
|
||||
#define BOOST_DATE_TIME_NO_LIB
|
||||
#define BOOST_REGEX_NO_LIB
|
||||
#include <boost/asio.hpp>
|
||||
|
|
|
@ -18,7 +18,9 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_SYSTEM_NO_LIB
|
||||
#define BOOST_SYSTEM_NO_LIB
|
||||
#endif
|
||||
#define BOOST_DATE_TIME_NO_LIB
|
||||
#define BOOST_REGEX_NO_LIB
|
||||
#include <boost/asio.hpp>
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
#include "fmt/format.h"
|
||||
#include "fdbrpc/simulator.h"
|
||||
#include "flow/Arena.h"
|
||||
#ifndef BOOST_SYSTEM_NO_LIB
|
||||
#define BOOST_SYSTEM_NO_LIB
|
||||
#endif
|
||||
#define BOOST_DATE_TIME_NO_LIB
|
||||
#define BOOST_REGEX_NO_LIB
|
||||
#include "fdbrpc/SimExternalConnection.h"
|
||||
|
|
|
@ -19,7 +19,9 @@
|
|||
*/
|
||||
|
||||
#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__INTEL_COMPILER)
|
||||
#ifndef BOOST_SYSTEM_NO_LIB
|
||||
#define BOOST_SYSTEM_NO_LIB
|
||||
#endif
|
||||
#define BOOST_DATE_TIME_NO_LIB
|
||||
#define BOOST_REGEX_NO_LIB
|
||||
#include <boost/process.hpp>
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
#include "flow/IThreadPool.h"
|
||||
|
||||
#include <algorithm>
|
||||
#ifndef BOOST_SYSTEM_NO_LIB
|
||||
#define BOOST_SYSTEM_NO_LIB
|
||||
#endif
|
||||
#define BOOST_DATE_TIME_NO_LIB
|
||||
#define BOOST_REGEX_NO_LIB
|
||||
#include "boost/asio.hpp"
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
#include "flow/Trace.h"
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#ifndef BOOST_SYSTEM_NO_LIB
|
||||
#define BOOST_SYSTEM_NO_LIB
|
||||
#endif
|
||||
#define BOOST_DATE_TIME_NO_LIB
|
||||
#define BOOST_REGEX_NO_LIB
|
||||
#include <boost/asio.hpp>
|
||||
|
|
Loading…
Reference in New Issue