From e93f5b0971a6cf485beca1963d635f0e87159f84 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 8 Jun 2014 15:33:27 +0100 Subject: [PATCH 1/3] Update link to swap. --- doc/changes.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes.qbk b/doc/changes.qbk index f799c5cf..1a1a2103 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -47,7 +47,7 @@ First official release. [h2 Boost 1.38.0] -* Use [@boost:/libs/utility/swap.html `boost::swap`]. +* Use [@boost:/doc/html/core/swap.html `boost::swap`]. * [@https://svn.boost.org/trac/boost/ticket/2237 Ticket 2237]: Document that the equality and inequality operators are undefined for two objects if their equality predicates aren't equivalent. Thanks to Daniel From 034f2c37794f50e3c3b4ac0fd010ea555967143d Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 16 Jun 2014 22:43:54 +0100 Subject: [PATCH 2/3] Update metadata. --- meta/libraries.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/libraries.json b/meta/libraries.json index 3e5f0bdc..1cd5b6ce 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -1,6 +1,5 @@ { "key": "unordered", - "boost-version": "1.36.0", "name": "Unordered", "authors": [ "Daniel James" @@ -9,8 +8,9 @@ "Daniel James " ], "description": "Unordered associative containers.", - "std-proposal": false, - "std-tr1": true, + "std": [ + "tr1" + ], "category": [ "Containers" ] From 9440395330eec4a35dea89b5e99be9b7678c122e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 16 Jun 2014 22:45:04 +0100 Subject: [PATCH 3/3] Fix swap link. --- doc/changes.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes.qbk b/doc/changes.qbk index 1a1a2103..30b465e3 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -47,7 +47,7 @@ First official release. [h2 Boost 1.38.0] -* Use [@boost:/doc/html/core/swap.html `boost::swap`]. +* Use [@boost:/libs/core/swap.html `boost::swap`]. * [@https://svn.boost.org/trac/boost/ticket/2237 Ticket 2237]: Document that the equality and inequality operators are undefined for two objects if their equality predicates aren't equivalent. Thanks to Daniel