2
0
mirror of https://github.com/boostorg/hof.git synced 2026-02-01 08:32:12 +00:00
Commit Graph

200 Commits

Author SHA1 Message Date
Paul
7df1375f21 More tests for compose 2016-02-27 15:51:42 -06:00
Paul
c19995eec4 Add more tests to help compose on msvc 2016-02-27 13:35:12 -08:00
Paul
637af93855 Fix problems with infix on gcc 2016-02-27 13:07:37 -06:00
Paul
ed597cba6d Add more tests for infix operator 2016-02-26 18:13:30 -06:00
Paul
6935a351b2 Add an initial print example, and fixes for unpacking a tuple 2016-02-26 14:13:59 -06:00
Paul
73eace7c14 Add tests for lift, and a workaround for MSVC 2016-02-25 12:37:24 -08:00
Paul
89c421d37c Add another test 2016-02-25 13:36:56 -06:00
Paul
aba2a62f54 Fix shadow warning and missing string header for examples 2016-02-25 10:33:40 -06:00
Paul
04fa68ecf6 Fix fix example on msvc 2016-02-25 07:44:24 -08:00
Paul
31979f800c Disable returns test for gcc 2016-02-25 08:46:17 -06:00
Paul
9c91e5cabc Add file 2016-02-24 10:08:12 -06:00
Paul
4252b288a4 Check multiple arguments 2016-02-21 23:34:52 -06:00
Paul
7121b4d4e8 Remove extra template paramters to make the output of the error message cleaner 2016-02-21 18:50:49 -06:00
Paul
b396f46a09 Add more tests for reveal and add a mechanism to specifiy failures from a template alias 2016-02-21 17:12:37 -06:00
Paul
70362b20ec Fix repeat_while tests for integrals 2016-02-21 09:49:23 -06:00
Paul
d638652ada Initial work for integral repeat_while 2016-02-21 08:42:53 -06:00
Paul
f87ed92113 Adding result on fix combinator injects the result into the function 2016-02-20 23:06:14 -06:00
Paul
db6f248b2a Add support for constexpr fix combinator 2016-02-20 21:14:12 -06:00
Paul
e66d9a6578 Enable static test 2016-02-20 18:05:14 -06:00
Paul
1aafe95a3b Add support using regular integers in repeat 2016-02-20 18:04:42 -06:00
Paul
2148824693 Take of unused variables in alias test 2016-02-18 17:30:16 -06:00
Paul
3c95b18288 Add missing alias test 2016-02-18 14:40:12 -06:00
Paul
15f1beb21d Annotate closing brace in test 2016-01-19 00:18:35 -06:00
Paul
d2b0aeb09e Rename to args to arg, add arg_c and use std::size_t for indices 2016-01-18 15:53:24 -06:00
Paul
38ebdf298e Fix unreachable code warning 2016-01-18 08:17:58 -06:00
Paul
06dee68d5f Fix warnings in clang 2016-01-18 08:05:51 -06:00
Paul
1d5323a165 Add missing newlines 2016-01-17 23:50:01 -06:00
Paul
ff5207ed5d Rename includes 2016-01-17 23:16:02 -06:00
Paul
5b6eaca26a Rename headers 2016-01-17 23:04:10 -06:00
Paul
3645da0fd0 Use param limit in partial adaptor 2016-01-15 11:31:18 -06:00
Paul
068081571f Use limit in pipable 2016-01-15 11:13:47 -06:00
Paul
2d1d28dee5 Add limit adaptor 2016-01-15 10:13:09 -06:00
Paul
9515d6036e Prevent moving from rvalues in pack 2016-01-13 18:42:29 -06:00
Paul
011949d4dd Add callable to capture 2015-11-19 21:53:35 -06:00
Paul
35f73e80b1 Support callable for by adaptor 2015-11-19 21:44:12 -06:00
Paul
a695f3b31c Add workaround for gcc 4.6 2015-11-01 17:35:04 -06:00
Paul
bbb89bbbd2 Member function pointers can only be constexpr in clang 2015-10-31 15:33:01 -05:00
Paul
e1241684f9 Add support for general callables in apply 2015-10-31 15:24:51 -05:00
Paul
9b18f5ef8e Fix bug with sfinae id of rank 2015-10-31 03:34:29 -05:00
Paul
259c765ec6 Add construct meta 2015-10-14 09:28:11 -05:00
Paul
8cd89e90ba Add function decorators 2015-09-26 22:19:20 -07:00
Paul
1f30f1d368 Fix dangling state 2015-09-26 17:01:37 -07:00
Paul
0b6e15682f Dont remove references when checking for default construction 2015-09-20 15:38:03 -07:00
Paul Fultz II
33502979cd Merge pull request #22 from pfultz2/default_construction
Default construction
2015-08-30 01:18:36 -05:00
Paul Fultz II
24d2dbe268 Fix errors on MSVC with default construction 2015-08-29 20:04:24 -07:00
Paul
ab32573183 Add projection to construct object 2015-08-28 16:29:19 -05:00
Paul
b0bd7b6125 Add default construction to by_adaptor 2015-08-28 16:02:02 -05:00
Paul
f81cb1f083 Add default constructors to lazy adaptor, but only for empty types 2015-08-28 15:56:39 -05:00
Paul
95de65db5e Remove variadic 2015-08-25 16:29:10 -05:00
Paul
cf0ef58048 Add rotate adaptor 2015-08-24 19:04:30 -05:00