2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-22 05:12:51 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Beman Dawes
48b05f76f1 Branch at revision 46530
[SVN r46531]
2008-06-19 18:57:10 +00:00
Marshall Clow
1c953ed38c Updated docs re bug #1855
[SVN r45097]
2008-05-03 23:45:30 +00:00
Marshall Clow
b2dc95bb18 Applied patch (fixes bug #1307)
[SVN r43113]
2008-02-05 16:15:35 +00:00
3 changed files with 3 additions and 3 deletions

0
doc/detail/lambda_doc.xml Executable file → Normal file
View File

View File

@@ -44,7 +44,7 @@
<para> <para>
The Boost Lambda Library (BLL in the sequel) is a C++ template The Boost Lambda Library (BLL in the sequel) is a C++ template
library, which implements form of <emphasis>lambda abstractions</emphasis> for C++. library, which implements a form of <emphasis>lambda abstractions</emphasis> for C++.
The term originates from functional programming and lambda calculus, where a lambda abstraction defines an unnamed function. The term originates from functional programming and lambda calculus, where a lambda abstraction defines an unnamed function.
The primary motivation for the BLL is to provide flexible and The primary motivation for the BLL is to provide flexible and
convenient means to define unnamed function objects for STL algorithms. convenient means to define unnamed function objects for STL algorithms.
@@ -3191,7 +3191,7 @@ to extend the library with new features.
<appendix> <section>
<title>Rationale for some of the design decisions</title> <title>Rationale for some of the design decisions</title>
<section id="lambda.why_weak_arity"> <section id="lambda.why_weak_arity">
@@ -3256,7 +3256,7 @@ was dropped.
</section> </section>
</appendix> </section>

0
test/Makefile Executable file → Normal file
View File