forked from boostorg/unordered
Merge branch 'develop'
This commit is contained in:
@ -47,7 +47,7 @@ First official release.
|
|||||||
|
|
||||||
[h2 Boost 1.38.0]
|
[h2 Boost 1.38.0]
|
||||||
|
|
||||||
* Use [@boost:/libs/utility/swap.html `boost::swap`].
|
* Use [@boost:/libs/core/swap.html `boost::swap`].
|
||||||
* [@https://svn.boost.org/trac/boost/ticket/2237 Ticket 2237]:
|
* [@https://svn.boost.org/trac/boost/ticket/2237 Ticket 2237]:
|
||||||
Document that the equality and inequality operators are undefined for two
|
Document that the equality and inequality operators are undefined for two
|
||||||
objects if their equality predicates aren't equivalent. Thanks to Daniel
|
objects if their equality predicates aren't equivalent. Thanks to Daniel
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"key": "unordered",
|
"key": "unordered",
|
||||||
"boost-version": "1.36.0",
|
|
||||||
"name": "Unordered",
|
"name": "Unordered",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Daniel James"
|
"Daniel James"
|
||||||
@ -9,8 +8,9 @@
|
|||||||
"Daniel James <dnljms -at- gmail.com>"
|
"Daniel James <dnljms -at- gmail.com>"
|
||||||
],
|
],
|
||||||
"description": "Unordered associative containers.",
|
"description": "Unordered associative containers.",
|
||||||
"std-proposal": false,
|
"std": [
|
||||||
"std-tr1": true,
|
"tr1"
|
||||||
|
],
|
||||||
"category": [
|
"category": [
|
||||||
"Containers"
|
"Containers"
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user