Refactor RippleCalc.cpp:

* Add comments
* Restrict code to 80 colums
* Remove boost::format
* Remove BOOST_FOREACH
* Make members private
* Add ripple_unordered_set to UnorderedContainers.h
* Replace boost::unordered_set with ripple::unordered_set
This commit is contained in:
Tom Swirly
2014-05-08 13:53:13 -04:00
committed by Nik Bougalis
parent 6f2bcc6fb0
commit 390ea65e15
13 changed files with 1418 additions and 1264 deletions

View File

@@ -20,7 +20,7 @@
#ifndef RIPPLE_VALIDATORS_CHOSENLIST_H_INCLUDED
#define RIPPLE_VALIDATORS_CHOSENLIST_H_INCLUDED
#include "../../common/UnorderedMap.h"
#include "../../common/UnorderedContainers.h"
namespace ripple {
namespace Validators {

View File

@@ -20,7 +20,7 @@
#ifndef RIPPLE_VALIDATORS_TUNING_H_INCLUDED
#define RIPPLE_VALIDATORS_TUNING_H_INCLUDED
#include "../../common/UnorderedMap.h"
#include "../../common/UnorderedContainers.h"
#include <boost/version.hpp>