2
0
mirror of https://github.com/boostorg/hof.git synced 2026-02-24 04:02:13 +00:00
Commit Graph

211 Commits

Author SHA1 Message Date
Paul
1d61047f3d Fix warnings with clang 2016-03-19 00:55:43 -05:00
Paul
72ae4cf85c Add missing tests and disable checking for final on gcc 4.6 2016-03-19 00:47:02 -05:00
Paul
04fefc071c Make arg sfinae-friendly, this fixes issue #148 2016-03-16 13:30:59 -05:00
Paul
fad52fc912 Fixes for issue #118 2016-03-16 12:58:49 -05:00
Paul
c0ff55b2fd Add ordering test for apply_eval 2016-03-16 12:35:19 -05:00
Paul
4d2941efb5 Fixes for bjam tests 2016-02-29 09:49:27 -06:00
Paul
5dc97757db Add inital jamfile 2016-02-28 21:48:51 -06:00
Paul
029ea2f12a Move tests to better support globbing 2016-02-28 21:26:15 -06:00
Paul
9e7146d96d Merge branches 'flow-tests' and 'static-lift' 2016-02-27 23:53:04 -06:00
Paul
fc41dc82ea Add more tests to flow adaptor 2016-02-27 23:33:53 -06:00
Paul
9349b1b5bd Make fit_lift use static_lambda 2016-02-27 23:27:00 -06:00
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