|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r86423 - trunk/libs/utility
From: jewillco_at_[hidden]
Date: 2013-10-24 22:46:05
Author: jewillco
Date: 2013-10-24 22:46:04 EDT (Thu, 24 Oct 2013)
New Revision: 86423
URL: http://svn.boost.org/trac/boost/changeset/86423
Log:
Fixed duplicate anchors
Text files modified:
trunk/libs/utility/enable_if.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/utility/enable_if.html
==============================================================================
--- trunk/libs/utility/enable_if.html Thu Oct 24 17:13:13 2013 (r86422)
+++ trunk/libs/utility/enable_if.html 2013-10-24 22:46:04 EDT (Thu, 24 Oct 2013) (r86423)
@@ -201,7 +201,7 @@
<!--TOC subsection Enabling function templates in C++0x-->
<A NAME="sec:enable_if_0x"></A>
-<H3><A NAME="htoc7">3.1</A> Enabling function templates in C++0x</H3><!--SEC END -->
+<H3><A NAME="htoc6">3.1</A> Enabling function templates in C++0x</H3><!--SEC END -->
In a compiler which supports C++0x default arguments for function template parameters, you can
enable and disable function templates by adding an additional template parameter. This approach
@@ -416,7 +416,7 @@
</UL>
<!--TOC section Acknowledgements-->
-<H2><A NAME="htoc10">4</A> Acknowledgements</H2><!--SEC END -->
+<H2><A NAME="htoc11">4</A> Acknowledgements</H2><!--SEC END -->
We are grateful to Howard Hinnant, Jason Shirk, Paul Mensonides, and Richard
Smith whose findings have influenced the library.<BR>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk