From e4e1a1fda598021d5ea24aebbf7b968964a33e22 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 18 Aug 2014 18:56:51 +0400 Subject: [PATCH] Moved enable_if from Boost.Utility. --- meta/libraries.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/meta/libraries.json b/meta/libraries.json index e30db15..3a2d728 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -17,6 +17,24 @@ "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 ", + "Jeremiah Willcock " + ] + }, { "key": "utility/swap", "boost-version": "1.38.0",