2
0
mirror of https://github.com/boostorg/hof.git synced 2026-02-23 03:42:10 +00:00
Commit Graph

122 Commits

Author SHA1 Message Date
Paul
4d06b35fca Remove unused header 2016-03-20 08:25:32 -05:00
Paul
2b0d97d7e6 Add workaround for gcc 4.7 to handle nested compressed_pair 2016-03-19 12:19:26 -05:00
Paul
7ee6b63cc1 Reorganize the ordering for decorate_adaptor 2016-03-19 11:28:01 -05:00
Paul
5cc7d615dc Better handle inheritance in decorate adaptor 2016-03-19 10:53:53 -05:00
Paul
3ee0235316 Handle final types in can_be_called 2016-03-19 09:46:30 -05:00
Paul
9526c2afa0 Add missing is_final intrinsic for msvc 2016-03-19 08:55:41 -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
0d02a37cbf Only inherit non-polymorphic and non-final classes, this fixes issue #129 2016-03-19 00:35:54 -05:00
Paul
9eb9534d6d constexpr void only on clang with relaxed constexpr 2016-03-16 14:10:27 -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
f99f25896c Remove extraneous define of FIT_NO_CONSTEXPR_VOID for issue #113 2016-03-16 12:29:12 -05:00
Paul
e87bbc3c78 Remove FIT_UNARY_PERFECT_ID for issue #113 2016-03-16 12:26:56 -05:00
Paul
e3bf390b54 Add links to fold 2016-03-01 10:10:26 -06:00
Paul
7b6dcd0c64 Add additional semantics to apply 2016-03-01 10:07:49 -06:00
Paul
52b54cd8e9 Update documentation about const callability: 2016-03-01 09:30:56 -06:00
Paul
98cec4f27d Add faq, and reoragnize the mkdoc.yml file 2016-03-01 09:01:22 -06:00
Paul
f3d4c5ebeb Annotate closing brace in example 2016-02-28 01:47:45 -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
8e0e9559f4 Add a note about constexpr support on MSVC and gcc4.6 2016-02-27 23:04:16 -06:00
Paul
c19995eec4 Add more tests to help compose on msvc 2016-02-27 13:35:12 -08:00
Paul
ba59709ea1 Fixes for tuple_get on gcc 4.6 2016-02-27 14:01:57 -06: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
1e6568aedf Merge branch 'examples' of github.com:pfultz2/Fit into examples 2016-02-25 15:20:50 -06:00
Paul
a80bb237bb More friendly example for msvc 2016-02-25 15:20:37 -06:00
Paul
73eace7c14 Add tests for lift, and a workaround for MSVC 2016-02-25 12:37:24 -08:00
Paul
04fa68ecf6 Fix fix example on msvc 2016-02-25 07:44:24 -08:00
Paul
526e33528c Add returns example to tests 2016-02-24 10:07:50 -06:00
Paul
7e46850e03 Use explicit namepspace for unpack 2016-02-24 07:55:59 -06:00
Paul
9fc2947499 Some more document fixes 2016-02-24 00:50:19 -06:00
Paul
4d334b2320 Document configurations in the Fit library 2016-02-23 09:59:18 -06:00
Paul
9cd7beb25f Fix typo of declval 2016-02-22 19:04:42 -06:00
Paul
cc769e7f00 Add a note about the the reveal adaptor being used with static functions 2016-02-22 18:52:59 -06:00
Paul
d9198cf7f1 Document the failure reporting with reveal 2016-02-22 18:47:36 -06:00
Paul
4495d96159 Add a sample of error messages to reveal 2016-02-22 09:31:46 -06:00
Paul
2f3e3e162b Dont access nested template type 2016-02-21 23:30:44 -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
334642f947 Only use aliases on clang 2016-02-21 18:05:01 -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
3d233d100b Use base template parameter for reveal 2016-02-21 11:52:51 -06:00
Paul
b2e21012f9 Update documentation for repeat and repeat_while 2016-02-21 10:09:29 -06:00
Paul
dc02c2786e Add link to result 2016-02-21 10:06:06 -06:00
Paul
7cfcb4f7f9 Update documentation about use of constexpr with fix 2016-02-21 10:05:34 -06:00
Paul
70362b20ec Fix repeat_while tests for integrals 2016-02-21 09:49:23 -06:00
Paul
2a668fecb5 Specialize conditional on two functions 2016-02-21 09:18:09 -06:00
Paul
9b9b63a617 Make conditional lazy 2016-02-21 08:51:56 -06:00