From 81238e21a5ef019988c1005ed539397f2a89eacc Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Thu, 3 Apr 2014 14:58:28 -0400 Subject: [PATCH] Force BOOST_ASIO_HAS_STD_ARRAY to 1 for the clang / gcc libstdc++ 4.8 combination --- src/beast/beast/Config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/beast/beast/Config.h b/src/beast/beast/Config.h index 32164e7103..b145d9fa3d 100644 --- a/src/beast/beast/Config.h +++ b/src/beast/beast/Config.h @@ -26,6 +26,9 @@ // VFALCO NOTE this is analogous to +// 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