mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Force BOOST_ASIO_HAS_STD_ARRAY to 1
for the clang / gcc libstdc++ 4.8 combination
This commit is contained in:
@@ -26,6 +26,9 @@
|
|||||||
|
|
||||||
// VFALCO NOTE this is analogous to <boost/config.hpp>
|
// VFALCO NOTE this is analogous to <boost/config.hpp>
|
||||||
|
|
||||||
|
// Assert to boost that we always have std::array support
|
||||||
|
#define BOOST_ASIO_HAS_STD_ARRAY 1
|
||||||
|
|
||||||
#if !defined(BEAST_COMPILER_CONFIG) && !defined(BEAST_NO_COMPILER_CONFIG) && !defined(BEAST_NO_CONFIG)
|
#if !defined(BEAST_COMPILER_CONFIG) && !defined(BEAST_NO_COMPILER_CONFIG) && !defined(BEAST_NO_CONFIG)
|
||||||
#include "config/SelectCompilerConfig.h"
|
#include "config/SelectCompilerConfig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user