Changes for Beast

This commit is contained in:
Vinnie Falco
2016-05-07 06:21:09 -04:00
parent 411a12693d
commit cd38492ceb
60 changed files with 389 additions and 296 deletions

View File

@@ -21,8 +21,8 @@
#define RIPPLE_BASICS_BASICCONFIG_H_INCLUDED
#include <ripple/basics/contract.h>
#include <beast/detail/const_container.hpp>
#include <beast/detail/ci_char_traits.hpp>
#include <beast/unit_test/detail/const_container.hpp>
#include <beast/core/detail/ci_char_traits.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/optional.hpp>
#include <map>
@@ -40,7 +40,7 @@ using IniFileSections = std::map<std::string, std::vector<std::string>>;
A configuration file contains zero or more sections.
*/
class Section
: public beast::detail::const_container <
: public beast::unit_test::detail::const_container <
std::map <std::string, std::string, beast::detail::ci_less>>
{
private: