libraries.json: update description

This commit is contained in:
Jean-Louis Leroy
2025-12-17 09:28:07 -05:00
parent ef48e48235
commit 02cffffe4f

View File

@@ -7,7 +7,7 @@
"maintainers": [
"Jean-Louis Leroy"
],
"description": "Open-methods for C++17 and above.",
"description": "Open-methods are free-standing functions that work like virtual functions: they select the best overrider from a set, depending on the dynamic type of their arguments. This makes it possible to add polymorphic operations to existing classes, without modifying them. They make patterns like Visitor unnecessary.",
"category": [
"Emulation", "Programming"
],