lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 63e87a7 7/9: Note a shortcoming


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 63e87a7 7/9: Note a shortcoming
Date: Thu, 4 Oct 2018 13:00:40 -0400 (EDT)

branch: master
commit 63e87a7894e56ac7cd08d14d002c01c16e65cb72
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Note a shortcoming
---
 ledger_evaluator.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ledger_evaluator.cpp b/ledger_evaluator.cpp
index 0605d3b..42f43f9 100644
--- a/ledger_evaluator.cpp
+++ b/ledger_evaluator.cpp
@@ -72,6 +72,8 @@ std::vector<std::string> const suffixes
     ,char_p_suffixes + n
     );
 
+// PDF !! Three maps, with similar but not necessarily identical
+// sets of keys, may not be the best imaginable data structure.
 typedef std::unordered_map<std::string, std::pair<int,oenum_format_style>> 
format_map_t;
 typedef std::unordered_map<std::string, std::string> title_map_t;
 typedef std::unordered_map<std::string, std::string> mask_map_t;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]