Fixed duplicate anchors

[SVN r86423]
This commit is contained in:
Jeremiah Willcock 2013-10-25 02:46:04 +00:00
parent 03047e3f00
commit 12d17bc26d

View File

@ -201,7 +201,7 @@ extra template parameter.
<!--TOC subsection Enabling function templates in C++0x--> <!--TOC subsection Enabling function templates in C++0x-->
<A NAME="sec:enable_if_0x"></A> <A NAME="sec:enable_if_0x"></A>
<H3><A NAME="htoc7">3.1</A>&nbsp;&nbsp;Enabling function templates in C++0x</H3><!--SEC END --> <H3><A NAME="htoc6">3.1</A>&nbsp;&nbsp;Enabling function templates in C++0x</H3><!--SEC END -->
In a compiler which supports C++0x default arguments for function template parameters, you can 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 enable and disable function templates by adding an additional template parameter. This approach
@ -416,7 +416,7 @@ subscript operators).
</UL> </UL>
<!--TOC section Acknowledgements--> <!--TOC section Acknowledgements-->
<H2><A NAME="htoc10">4</A>&nbsp;&nbsp;Acknowledgements</H2><!--SEC END --> <H2><A NAME="htoc11">4</A>&nbsp;&nbsp;Acknowledgements</H2><!--SEC END -->
We are grateful to Howard Hinnant, Jason Shirk, Paul Mensonides, and Richard We are grateful to Howard Hinnant, Jason Shirk, Paul Mensonides, and Richard
Smith whose findings have influenced the library.<BR> Smith whose findings have influenced the library.<BR>