Commit Graph

1254 Commits

Author SHA1 Message Date
Paul
153e85ec34 Add more documentation about use cases 2016-02-24 00:07:15 -06:00
Paul
91585a033f Improve wording 2016-02-23 23:27:10 -06:00
Paul
771fb8f102 Remove word wrapping since markdown doesn't support it 2016-02-23 23:25:09 -06:00
Paul
8308b8ef0e Use pipes 2016-02-23 10:41:35 -06:00
Paul
52d5dc8a4e Remove plus equals 2016-02-23 10:39:57 -06:00
Paul
bd858910f3 Try using the pipe syntax again 2016-02-23 10:39:19 -06:00
Paul
a352ed796c Remove extra line 2016-02-23 10:15:00 -06:00
Paul
99b1f75475 Use a grid table instead 2016-02-23 10:14:27 -06:00
Paul
8bfdade6c8 Add markdown file for configurations 2016-02-23 10:06:30 -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
4252b288a4 Check multiple arguments 2016-02-21 23:34:52 -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
Paul
d638652ada Initial work for integral repeat_while 2016-02-21 08:42:53 -06:00
Paul
12b277b399 Add a configuration for recursive constexpr depth 2016-02-21 01:29:50 -06:00
Paul
0907470b80 Use a more constexpr friendly decrement 2016-02-21 00:07:54 -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
fa94a7b8ca Expand alias 2016-02-20 16:42:35 -06:00
Paul
c2ebe69df6 Merge branch 'intrinstics' 2016-02-20 16:09:26 -06:00
Paul
0d1653a370 Fix typo in callable_base_type 2016-02-20 15:46:51 -06:00
Paul
9cae0ed0bb Disable static casting for perfect forwarding on msvc 2016-02-20 13:36:35 -08:00
Paul Fultz II
47600823cf Merge pull request #96 from ldionne/patch-1
[unpack] Fix typo in the documentation
2016-02-19 17:33:41 -08:00
Louis Dionne
f27f8553fa [unpack] Fix typo in the documentation 2016-02-19 20:30:00 -05:00
Paul
7f55bbcf1a Add more explanation for decorators 2016-02-19 17:23:55 -06:00
Paul
964989ad9f Remove extraneous parens 2016-02-19 13:57:01 -06:00
Paul
dcf11de975 Fix incorrect elipsis 2016-02-19 13:51:31 -06:00
Paul
3be9a3ef2b Improve example for decorator 2016-02-19 13:40:14 -06:00
Paul
a3164289e7 Use default constructible intrisic everywhere 2016-02-19 09:49:27 -06:00
Paul
1a25cc6f3d MSVC fixes when using and unpack 2016-02-19 07:37:20 -08:00
Paul
dcf4598158 Fix missing closing bracket 2016-02-19 09:10:09 -06:00
Paul
0b03a45605 Try using constexpr function for msvc 2016-02-19 08:59:23 -06:00
Paul
b9cbabd4c8 Move intrinsic to seperate class to avoid mangling problems of type trait expression 2016-02-19 08:39:47 -06:00
Paul
b24a0f73b6 Update with more intrisics 2016-02-19 01:34:53 -06:00
Paul
f694492451 Fixes for msvc 2016-02-19 01:29:03 -06:00