27 Commits

Author SHA1 Message Date
Peter Dimov
f1d863c6b2 Add VERBATIM to add_custom_target 2024-08-27 14:07:08 +03:00
Peter Dimov
3fb266bf57 Update build.jam, test/Jamfile 2024-08-27 13:59:28 +03:00
Rene Rivera
ad47d9ed4f Change all <source> references to <library>. 2024-07-20 19:40:17 -05:00
Rene Rivera
7958b78d45 Make the library modular usable. 2024-03-11 08:38:17 -05:00
Peter Dimov
7824b74a27 Add CMake tests to ci.yml 2022-08-15 19:22:35 +03:00
Peter Dimov
0572e42219 Work around libc++ issue (again.) 2021-10-18 21:20:14 +03:00
Peter Dimov
7c39436198 Add first, second function objects. Fixes #5. 2021-10-18 20:57:25 +03:00
Peter Dimov
d7a1fccc89 Work around libc++ issue (https://bugs.llvm.org/show_bug.cgi?id=51753) 2021-09-05 06:54:38 +03:00
Peter Dimov
0c1898100a Add operator->* 2021-09-05 05:26:32 +03:00
Peter Dimov
d6389b60f5 Update tests with std::ref(is), std::ref(os) 2021-09-05 03:01:31 +03:00
Peter Dimov
e2251ab450 Special-case streams in operator<< and operator>> 2021-09-05 01:50:37 +03:00
Peter Dimov
f3a3810be4 Add compound assignment operators 2021-06-27 18:41:35 +03:00
Peter Dimov
04367ac3e5 Add operator[] to placeholders 2021-06-27 17:05:54 +03:00
Peter Dimov
07c965a088 Add operator() to placeholders 2021-06-27 12:16:17 +03:00
Peter Dimov
bfc742d854 Add operator++, operator-- 2021-06-27 11:30:02 +03:00
Peter Dimov
5ae7069431 Add test/placeholders.cpp 2021-06-27 05:32:15 +03:00
Peter Dimov
b0bcfff124 Add dereference 2021-06-27 05:26:55 +03:00
Peter Dimov
882d13e6e4 Add unary plus 2021-06-27 05:19:51 +03:00
Peter Dimov
a3cb2d75f4 Add operator<<, operator>> 2021-06-27 05:15:47 +03:00
Peter Dimov
82820de89d Fix typo in test/lookup_problem.cpp 2021-06-27 03:59:51 +03:00
Peter Dimov
b89df4b867 Add test/lookup_problem.cpp 2021-06-27 03:54:42 +03:00
Peter Dimov
ee939bb5ac Add BOOST_LAMBDA2_VERSION 2021-06-27 03:42:02 +03:00
Peter Dimov
be5c80c9ec Disable tests on C++11 and below 2021-04-25 21:28:04 +03:00
Peter Dimov
b5be78d07e Work around msvc-14.0 crash 2020-09-07 18:32:32 +03:00
Peter Dimov
b7d6abac05 Add lambda2_test 2020-09-07 17:38:05 +03:00
Peter Dimov
6b23748887 Add actual code 2020-09-06 21:37:17 +03:00
Peter Dimov
31c7dbf477 Initial commit 2020-09-06 21:04:32 +03:00