From 3378fd7b476d134736f6125af5de5461fb59fbfa Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 21 Aug 2014 20:33:19 +0100 Subject: [PATCH 1/2] 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 2/2] 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" + ] } ]