Add a warning.

This commit is contained in:
JoelKatz
2013-03-08 16:11:40 -08:00
parent 2cc2018240
commit 0a7c67be29

View File

@@ -40,7 +40,7 @@ class AcceptedLedger
public:
typedef boost::shared_ptr<AcceptedLedger> pointer;
typedef const pointer& ret;
typedef std::map<int, ALTransaction> map_t;
typedef std::map<int, ALTransaction> map_t; // Must be an ordered map!
typedef map_t::value_type value_type;
typedef map_t::const_iterator const_iterator;