Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions doc/detail/lambda_doc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<libraryinfo>
<author>
<firstname>Jaakko</firstname>
<surname>J�rvi</surname>
<surname>Järvi</surname>
<email>jarvi at cs tamu edu</email>
</author>

Expand All @@ -18,7 +18,7 @@
<year>2002</year>
<year>2003</year>
<year>2004</year>
<holder>Jaakko J�rvi</holder>
<holder>Jaakko Järvi</holder>
<holder>Gary Powell</holder>
</copyright>

Expand Down Expand Up @@ -76,7 +76,7 @@ In explaining what the library is about, a line of code says more than a thousan
must be on the include path.
There are a number of include files that give different functionality:

<!-- TODO: tarkista viel� riippuvuudet-->
<!-- TODO: tarkista vielä riippuvuudet-->
<itemizedlist>

<listitem><para>
Expand Down Expand Up @@ -911,9 +911,9 @@ B* b = new B();
// a function argument list must follow
(b ->* &B::foo)(1) // ok, calls b->foo(1)

(_1 ->* &B::foo)(b); // returns a delayed call to b->foo,
(&_1 ->* &B::foo)(b); // returns a delayed call to b->foo,
// no effect as such
(_1 ->* &B::foo)(b)(1); // calls b->foo(1)]]>
(&_1 ->* &B::foo)(b)(1); // calls b->foo(1)]]>
</programlisting>
</para>
</listitem>
Expand Down Expand Up @@ -3176,7 +3176,7 @@ but not compromise the performance of simple lambda functors.
<section>
<title>Contributors</title>

The main body of the library was written by Jaakko J�rvi and Gary Powell.
The main body of the library was written by Jaakko Järvi and Gary Powell.
We've got outside help, suggestions and ideas from Jeremy Siek, Peter Higley, Peter Dimov, Valentin Bonnard, William Kempf.
We would particularly like to mention Joel de Guzmann and his work with
Phoenix which has influenced BLL significantly, making it considerably simpler
Expand Down Expand Up @@ -3294,11 +3294,11 @@ was dropped.


<biblioentry id="cit:jarvi:99">
<abbrev>J�r99</abbrev>
<abbrev>Jär99</abbrev>

<articleinfo>
<author>
<surname>J�rvi</surname>
<surname>Järvi</surname>
<firstname>Jaakko</firstname>
</author>
<title>C++ Function Object Binders Made Easy</title>
Expand All @@ -3314,9 +3314,9 @@ was dropped.


<biblioentry id="cit:jarvi:00">
<abbrev>J�r00</abbrev>
<abbrev>Jär00</abbrev>
<author>
<surname>J�rvi</surname>
<surname>Järvi</surname>
<firstname>Jaakko</firstname>
</author>
<author>
Expand All @@ -3335,9 +3335,9 @@ was dropped.


<biblioentry id="cit:jarvi:01">
<abbrev>J�r01</abbrev>
<abbrev>Jär01</abbrev>
<author>
<surname>J�rvi</surname>
<surname>Järvi</surname>
<firstname>Jaakko</firstname>
</author>
<author>
Expand All @@ -3354,12 +3354,12 @@ was dropped.
</biblioentry>

<biblioentry id="cit:jarvi:03">
<abbrev>J�r03</abbrev>
<abbrev>Jär03</abbrev>

<articleinfo>

<author>
<surname>J�rvi</surname>
<surname>Järvi</surname>
<firstname>Jaakko</firstname>
</author>

Expand Down