From d352a744a5a161fbd9f6402201a64945ccb9373c Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Thu, 30 Oct 2014 12:36:13 -0400 Subject: [PATCH] Enable std::array overloads for boost::asio on clang: * Remove Boost config option from beast config. * Define from compiler, or let Boost figure out itself. --- beast/Config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/beast/Config.h b/beast/Config.h index 0170f92ecb..8f10fedf07 100644 --- a/beast/Config.h +++ b/beast/Config.h @@ -26,9 +26,6 @@ // 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 #endif