mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Put modules in ripple namespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user