Skip to content

Commit 02cffff

Browse files
committed
libraries.json: update description
1 parent ef48e48 commit 02cffff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/libraries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"maintainers": [
88
"Jean-Louis Leroy"
99
],
10-
"description": "Open-methods for C++17 and above.",
10+
"description": "Open-methods are free-standing functions that work like virtual functions: they select the b​est 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.",
1111
"category": [
1212
"Emulation", "Programming"
1313
],

0 commit comments

Comments
 (0)