Put modules in ripple namespace

This commit is contained in:
Vinnie Falco
2013-06-27 13:41:20 -07:00
parent 8588587b71
commit 638656a597
35 changed files with 198 additions and 234 deletions

View File

@@ -267,17 +267,5 @@ inline LedgerEntrySet::iterator range_end (LedgerEntrySet& x)
{
return x.end ();
}
namespace boost
{
template<> struct range_mutable_iterator<LedgerEntrySet>
{
typedef LedgerEntrySet::iterator type;
};
template<> struct range_const_iterator<LedgerEntrySet>
{
typedef LedgerEntrySet::const_iterator type;
};
}
#endif
// vim:ts=4