Closes #655 - correct unordered_map to use std::string instead of char*
Old code use of char* failed as std was likely using pointer address instead of actual string
Closes #655 (closed)
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 17 March 2026 starting at approximately 1200 EDT (1600 UTC). It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
Old code use of char* failed as std was likely using pointer address instead of actual string
Closes #655 (closed)