gbranden pushed a commit to branch master
in repository groff.

commit 6d6289b763bbb3ad51ba13664ecbe5b467a665e6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Apr 14 05:15:25 2026 -0500

    [troff]: Annotate future (dictionary) directions.
---
 src/roff/troff/dictionary.cpp | 3 +++
 src/roff/troff/dictionary.h   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/src/roff/troff/dictionary.cpp b/src/roff/troff/dictionary.cpp
index a246a87c1..760a994cf 100644
--- a/src/roff/troff/dictionary.cpp
+++ b/src/roff/troff/dictionary.cpp
@@ -17,6 +17,9 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
+// TODO: Migrate association -> std::pair
+// TODO: Migrate dictionary -> std::unordered_map
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/src/roff/troff/dictionary.h b/src/roff/troff/dictionary.h
index 53803fbe4..43e6dc9a2 100644
--- a/src/roff/troff/dictionary.h
+++ b/src/roff/troff/dictionary.h
@@ -17,6 +17,9 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
+// TODO: Migrate association -> std::pair
+// TODO: Migrate dictionary -> std::unordered_map
+
 // There is no distinction between a name with no value and a name with
 // a 0 (nullptr) value.  Null names are not permitted; they are ignored.
 

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to