From 53ff21f0f8f99185f29291619171d4197e894f18 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 21 Aug 2014 20:34:34 +0100 Subject: [PATCH] Remove ref from metadata. It's now in core. --- meta/libraries.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/meta/libraries.json b/meta/libraries.json index 367a70f..ebf8f7b 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -30,23 +30,5 @@ "category": [ "Function-objects" ] - }, - { - "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" - ] } ]