mirror of
https://github.com/boostorg/core.git
synced 2025-08-15 05:21:06 +02:00
Add metadata for swap.
"key" is "utility/swap" because it's a unique identifier which should stay the same, even after moving the code into this module.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{
|
[
|
||||||
|
{
|
||||||
"key": "core",
|
"key": "core",
|
||||||
"name": "Core",
|
"name": "Core",
|
||||||
"authors": [
|
"authors": [
|
||||||
@@ -15,4 +16,21 @@
|
|||||||
"category": [
|
"category": [
|
||||||
"Miscellaneous"
|
"Miscellaneous"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"key": "utility/swap",
|
||||||
|
"boost-version": "1.38.0",
|
||||||
|
"name": "Swap",
|
||||||
|
"authors": [
|
||||||
|
"Joseph Gauterin"
|
||||||
|
],
|
||||||
|
"description": "Enhanced generic swap function.",
|
||||||
|
"documentation": "swap.html",
|
||||||
|
"category": [
|
||||||
|
"Miscellaneous"
|
||||||
|
],
|
||||||
|
"maintainers": [
|
||||||
|
"Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
Reference in New Issue
Block a user