Force BOOST_ASIO_HAS_STD_ARRAY to 1

for the clang / gcc libstdc++ 4.8 combination
This commit is contained in:
Howard Hinnant
2014-04-03 14:58:28 -04:00
parent fd9206584f
commit 4a3176e3a0

View File

@@ -26,6 +26,9 @@
// 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)
#include "config/SelectCompilerConfig.h"
#endif