mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
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.
This commit is contained in:
committed by
Vinnie Falco
parent
14b439ce43
commit
d352a744a5
@@ -26,9 +26,6 @@
|
|||||||
|
|
||||||
// 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 <beast/config/SelectCompilerConfig.h>
|
#include <beast/config/SelectCompilerConfig.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user