Moved enable_if to Boost.Core.

This commit is contained in:
Andrey Semashev 2014-08-18 18:57:40 +04:00
parent 4fbd789253
commit 492fd7f091

View File

@ -40,24 +40,6 @@
"Patterns"
]
},
{
"key": "utility/enable_if",
"name": "Enable If",
"authors": [
"Jaakko J\u00e4rvi",
"Jeremiah Willcock",
"Andrew Lumsdaine"
],
"description": "Selective inclusion of function template overloads.",
"documentation": "enable_if.html",
"category": [
"Generic"
],
"maintainers": [
"Jaakko Jarvi <jarvi -at- cs.tamu.edu>",
"Jeremiah Willcock <jewillco -at- osl.iu.edu>"
]
},
{
"key": "utility/identity_type",
"name": "Identity Type",