diff --git a/meta/libraries.json b/meta/libraries.json index e30db15..92370a2 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", @@ -32,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" + ] } ] 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 +

+ +