diff --git a/beast/Config.h b/beast/Config.h index 32164e710..b145d9fa3 100644 --- a/beast/Config.h +++ b/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