From 2c9d209eef75eb970889cc5edc65c643783fb674 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 2 Nov 2014 17:35:05 +0000 Subject: [PATCH] Remove incorrect changelog note. A minor change that is not actually in this release, will be in the next one. Probably too late to rebuild the documenation. --- doc/changes.qbk | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/changes.qbk b/doc/changes.qbk index f71da60d..a7947b3d 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -257,7 +257,5 @@ C++11 support has resulted in some breaking changes: * Fix the `pointer` typedef in iterators ([ticket 10672]). * Fix Coverity warning ([@https://github.com/boostorg/unordered/pull/2 GitHub #2]). -* Rename private `iterator` typedef in some iterator classes, as it - confuses some traits classes. [endsect]