mirror of
https://github.com/boostorg/core.git
synced 2025-08-14 21:11:01 +02:00
Merge pull request #5 from danieljames/swap-link
Prep swap for library list.
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>"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
29
swap.html
Normal file
29
swap.html
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Boost.Core</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="refresh" content="0; url=../../doc/html/core/swap.html">
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
background: #fff;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #00f;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>
|
||||||
|
Automatic redirection failed, please go to
|
||||||
|
<a href="../../doc/html/core/swap.html">../../doc/html/core/swap.html</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
© 2014 Peter Dimov<br>
|
||||||
|
© 2014 Glen Fernandes<br>
|
||||||
|
© 2014 Andrey Semashev
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user