mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +02:00
Merge branch 'develop'
This commit is contained in:
@ -17,6 +17,24 @@
|
|||||||
"Miscellaneous"
|
"Miscellaneous"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "utility/enable_if",
|
||||||
|
"name": "Enable If",
|
||||||
|
"authors": [
|
||||||
|
"Jaakko J\u00e4rvi",
|
||||||
|
"Jeremiah Willcock",
|
||||||
|
"Andrew Lumsdaine"
|
||||||
|
],
|
||||||
|
"description": "Selective inclusion of function template overloads.",
|
||||||
|
"documentation": "doc/html/core/enable_if.html",
|
||||||
|
"category": [
|
||||||
|
"Generic"
|
||||||
|
],
|
||||||
|
"maintainers": [
|
||||||
|
"Jaakko Jarvi <jarvi -at- cs.tamu.edu>",
|
||||||
|
"Jeremiah Willcock <jewillco -at- osl.iu.edu>"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/swap",
|
"key": "utility/swap",
|
||||||
"boost-version": "1.38.0",
|
"boost-version": "1.38.0",
|
||||||
@ -32,5 +50,23 @@
|
|||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
|
"Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "bind/ref",
|
||||||
|
"name": "Ref",
|
||||||
|
"authors": [
|
||||||
|
"Jaako Järvi",
|
||||||
|
"Peter Dimov",
|
||||||
|
"Doug Gregor",
|
||||||
|
"Dave Abrahams"
|
||||||
|
],
|
||||||
|
"description": "A utility library for passing references to generic functions.",
|
||||||
|
"documentation": "ref.html",
|
||||||
|
"std": [
|
||||||
|
"tr1"
|
||||||
|
],
|
||||||
|
"category": [
|
||||||
|
"Function-objects"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
29
ref.html
Normal file
29
ref.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/ref.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/ref.html">doc/html/core/ref.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