aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/CatalogueModules.h
AgeCommit message (Collapse)AuthorFilesLines
2020-06-11Backport: Use const and noexcept for CatalogueModules.Neil1-6/+6
While CatalogueModules is in lexlib, it is newer with few users so does not have to remain as fixed as other files in lexlib. Backport of changeset 8299:8473e407264e.
2020-01-03Backport: Move collection of modules from Catalogue.cxx to ↵mitchell1-0/+70
CatalogueModules.h so it can be reused. Backport of changeset 7866:fff1071ea1db.