From e4e1a1fda598021d5ea24aebbf7b968964a33e22 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 18 Aug 2014 18:56:51 +0400 Subject: [PATCH 1/3] 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", From 3378fd7b476d134736f6125af5de5461fb59fbfa Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 21 Aug 2014 20:33:19 +0100 Subject: [PATCH 2/3] Add redirect file for ref permalink. --- ref.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ref.html diff --git a/ref.html b/ref.html new file mode 100644 index 0000000..a816ca9 --- /dev/null +++ b/ref.html @@ -0,0 +1,29 @@ + + + +Boost.Core + + + + + +

+ Automatic redirection failed, please go to + doc/html/core/ref.html +

+

+ © 2014 Peter Dimov
+ © 2014 Glen Fernandes
+ © 2014 Andrey Semashev +

+ + From 76443159e33c914eb4da5cd9405a5dcd9638232f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 21 Aug 2014 20:35:01 +0100 Subject: [PATCH 3/3] Add core to metadata. Key has to be the same as it was in bind, so that the script can tell it's the same library. --- meta/libraries.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/meta/libraries.json b/meta/libraries.json index 3a2d728..92370a2 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -50,5 +50,23 @@ "maintainers": [ "Joseph Gauterin " ] + }, + { + "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" + ] } ]