mirror of
https://github.com/boostorg/more.git
synced 2025-04-14 16:40:30 +08:00
Apply typo fixes from Julio M. Merino Vidal
[SVN r27513]
This commit is contained in:
parent
a79455a833
commit
6e1337c70e
@ -75,7 +75,7 @@ void* memcpy(void* region1, const void* region2, size_t n)
|
||||
not in an array? Perhaps it is in a linked list. Can we generalize the
|
||||
notion of copy to any sequence of elements? Looking at the body of
|
||||
<tt>memcpy()</tt>, the function's <b><i>minimal requirements</i></b> are
|
||||
that it needs to to <i>traverse</i> through the sequence using some sort
|
||||
that it needs to <i>traverse</i> through the sequence using some sort
|
||||
of pointer, <i>access</i> elements pointed to, <i>write</i> the elements
|
||||
to the destination, and <i>compare</i> pointers to know when to stop. The
|
||||
C++ standard library groups requirements such as these into
|
||||
|
@ -170,7 +170,7 @@
|
||||
are using a Boost distribution is to <strong><a href="http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941">
|
||||
download a prebuilt executable</a></strong> from SourceForge. If a
|
||||
prebuilt executable is not provided for your platform or you are using Boost's
|
||||
sources in an unreleased state, it may be neccessary to <A href="../tools/build/jam_src/index.html#building_bjam">
|
||||
sources in an unreleased state, it may be necessary to <A href="../tools/build/jam_src/index.html#building_bjam">
|
||||
build <tt>bjam</tt> from sources</A> included in the Boost source tree. To
|
||||
install Boost.Jam, copy the <tt>bjam</tt> executable to a location accessible
|
||||
in your <tt>PATH</tt>.</td>
|
||||
|
@ -102,7 +102,9 @@
|
||||
watching the Boost library development process. Virtually all Boost
|
||||
decisions, major or minor, technical or otherwise, are reached via public
|
||||
discussion on this mailing list. It is where the formal reviews of
|
||||
proposed libraries take place. Subscribe or unsubscribe at <a href="http://lists.boost.org/mailman/listinfo.cgi/boost" >http://lists.boost.org/mailman/listinfo.cgi/boost</a></p>
|
||||
proposed libraries take place. Subscribe or unsubscribe at <a
|
||||
href="http://lists.boost.org/mailman/listinfo.cgi/boost"
|
||||
>http://lists.boost.org/mailman/listinfo.cgi/boost</a>.</p>
|
||||
|
||||
<p>When we talk about the "members of Boost", we are talking about those
|
||||
signed up for this main mailing list.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user