Moved enable_if from Boost.Utility.

This commit is contained in:
Andrey Semashev 2014-08-18 18:56:51 +04:00
parent 5d251ae769
commit e4e1a1fda5

View File

@ -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",