mirror of
https://github.com/boostorg/utility.git
synced 2025-05-11 13:24:02 +00:00
Fixed broken links.
[SVN r13574]
This commit is contained in:
parent
64b3e8c3bd
commit
a37518cb4a
@ -5,7 +5,7 @@
|
|||||||
content="text/html; charset=iso-8859-1">
|
content="text/html; charset=iso-8859-1">
|
||||||
<meta name="Template"
|
<meta name="Template"
|
||||||
content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
|
content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
|
||||||
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
|
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
|
||||||
<title>Call Traits</title>
|
<title>Call Traits</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -592,7 +592,8 @@ would prevent template argument deduction from functioning.</p>
|
|||||||
<p>The call_traits template will "optimize" the passing
|
<p>The call_traits template will "optimize" the passing
|
||||||
of a small built-in type as a function parameter, this mainly has
|
of a small built-in type as a function parameter, this mainly has
|
||||||
an effect when the parameter is used within a loop body. In the
|
an effect when the parameter is used within a loop body. In the
|
||||||
following example (see <a href="algo_opt_examples.cpp">algo_opt_examples.cpp</a>),
|
following example (see <a
|
||||||
|
href="../type_traits/examples/fill_example.cpp">fill_example.cpp</a>),
|
||||||
a version of std::fill is optimized in two ways: if the type
|
a version of std::fill is optimized in two ways: if the type
|
||||||
passed is a single byte built-in type then std::memset is used to
|
passed is a single byte built-in type then std::memset is used to
|
||||||
effect the fill, otherwise a conventional C++ implemention is
|
effect the fill, otherwise a conventional C++ implemention is
|
||||||
@ -751,7 +752,8 @@ Hinnant and John Maddock.</p>
|
|||||||
<p>Maintained by <a href="mailto:John_Maddock@compuserve.com">John
|
<p>Maintained by <a href="mailto:John_Maddock@compuserve.com">John
|
||||||
Maddock</a>, the latest version of this file can be found at <a
|
Maddock</a>, the latest version of this file can be found at <a
|
||||||
href="http://www.boost.org/">www.boost.org</a>, and the boost
|
href="http://www.boost.org/">www.boost.org</a>, and the boost
|
||||||
discussion list at <a href="http://www.yahoogroups.com/list/boost">www.yahoogroups.com/list/boost</a>.</p>
|
discussion list at <a
|
||||||
|
href="http://www.yahoogroups.com/list/boost">www.yahoogroups.com/list/boost</a>.</p>
|
||||||
|
|
||||||
<p>.</p>
|
<p>.</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user