forked from boostorg/optional
Merge pull request #16 from danieljames/meta-category-fix
Fix the category in the library metadata.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
],
|
],
|
||||||
"description": "A value-semantic, type-safe wrapper for representing 'optional' (or 'nullable') objects of a given type. An optional object may or may not contain a value of the underlying type.",
|
"description": "A value-semantic, type-safe wrapper for representing 'optional' (or 'nullable') objects of a given type. An optional object may or may not contain a value of the underlying type.",
|
||||||
"category": [
|
"category": [
|
||||||
"Data structures"
|
"Data"
|
||||||
],
|
],
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>",
|
"Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>",
|
||||||
|
Reference in New Issue
Block a user