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

Compare commits

..

1 Commits

Author SHA1 Message Date
Beman Dawes
ce03f98c4a Branch for development of boost.system related changes
[SVN r40931]
2007-11-08 14:20:16 +00:00
3 changed files with 3 additions and 3 deletions

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

View File

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

0
test/Makefile Normal file → Executable file
View File