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:
Daniel James
2014-06-08 18:13:39 +01:00
parent 2a1c53343c
commit ae10aab7e5

View File

@@ -1,3 +1,4 @@
[
{
"key": "core",
"name": "Core",
@@ -15,4 +16,21 @@
"category": [
"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>"
]
}
]