Commit Graph

1254 Commits

Author SHA1 Message Date
Paul
d090395368 Disable template aliases on gcc 4.7 2016-02-18 18:34:48 -06:00
Paul
9d4bbf6f92 Fix warning on gcc 2016-02-18 17:58:46 -06:00
Paul
2148824693 Take of unused variables in alias test 2016-02-18 17:30:16 -06:00
Paul
b35d57ae38 Use fit_returns 2016-02-18 14:57:43 -06:00
Paul
3c95b18288 Add missing alias test 2016-02-18 14:40:12 -06:00
Paul
176d5f5482 Unpack and expression 2016-02-18 13:05:43 -06:00
Paul
6b7b590f34 Use default constructor intrisctic 2016-02-18 10:56:39 -06:00
Paul
cc7ebb047c Fix name of is_literal type trait 2016-02-18 10:33:44 -06:00
Paul
b22252fd8c Set the right intristic name for gcc 2016-02-18 10:26:30 -06:00
Paul
19d24b631c Setup intristics for other compilers as well 2016-02-18 00:59:19 -06:00
Paul
cce5f0a660 Add macros for type trait instrinstics 2016-02-18 00:30:33 -06:00
Paul
d5ad1f04f8 Dont use aliases for failures 2016-02-17 23:49:38 -06:00
Paul
8f6b88c120 Merge branch 'static_cast' into using-alias 2016-02-17 02:11:28 -06:00
Paul
cb45a7041c Add fixes for conditonal for msvc and gcc 4.6 platforms 2016-02-15 16:22:10 -06:00
Paul
df730322b0 Merge branch 'static_cast' into using-alias 2016-02-15 11:53:08 -06:00
Paul
bc84ccb6bb Improve compile time performance of condtional adaptor 2016-02-15 11:33:13 -06:00
Paul
f96be0cb16 Use static_cast in pipe invoke 2016-02-15 10:45:57 -06:00
Paul
5dc9796a09 Add using alias to is_callable 2016-02-15 10:42:12 -06:00
Paul
136486363b Use alias for and_ and default construction 2016-02-14 21:34:22 -06:00
Paul
c599b5fe03 Add missing using header 2016-02-14 21:28:37 -06:00
Paul
0b98ee72ab Add using alias for reveal adaptor 2016-02-14 20:49:34 -06:00
Paul
2eb84afe56 Replace move with casts 2016-02-13 19:08:06 -06:00
Paul
4a09ba28cf Add static_cast to decay 2016-02-13 18:55:20 -06:00
Paul
f5ffe620dc Replace forward with static_cast 2016-02-13 18:54:19 -06:00
Paul
538aa5b0f3 Add example for decorate 2016-02-13 16:29:16 -06:00
Paul Fultz II
b02b4bf237 Merge pull request #94 from tzlaine/patch-4
Docs: idenity -> identity
2016-02-10 20:45:41 -06:00
Paul
dc3417c9b7 Extract all examples from file 2016-02-10 20:29:16 -06:00
Paul
355c0218b4 Add vector header for examples 2016-02-10 19:52:19 -06:00
Paul
4ff3f0277e Fix warnings and errors in examples 2016-02-10 19:43:48 -06:00
Paul
e0d0dab9a7 Fix spelling of no ordered brace init macro 2016-02-10 19:13:08 -06:00
Paul
5a2726d4ed Add void casts to avoid compiler error with return types 2016-02-10 19:05:30 -06:00
Paul
75ba99b218 Add return statement 2016-02-10 18:45:32 -06:00
Paul
0fb6a69ee1 Mask void in apply_eval 2016-02-10 18:40:35 -06:00
Paul
e2607eef73 Move using namespace to cpp files for examples 2016-02-10 18:28:19 -06:00
Paul
684763a203 Build examples on clang 3.7 2016-02-10 18:17:53 -06:00
Paul
ec8346960b Fix compile errors in example code 2016-02-10 18:12:30 -06:00
Paul
fe516b01fc Extract the classes outside of main, since they contain templates 2016-02-10 18:07:03 -06:00
Paul
0e62edaf8c Extract and build examples from documentation 2016-02-10 15:50:14 -06:00
Paul
45658b8f53 Use generator expressions instead of list 2016-02-10 13:04:10 -06:00
Zach Laine
db685e1762 idenity -> identity 2016-02-10 11:56:31 -06:00
Paul Fultz II
addd44cb4c Merge pull request #91 from tzlaine/patch-3
Docs: In combine() docs, use different int constants for clarity.
2016-02-09 09:16:59 -06:00
Paul Fultz II
19c05abb8d Merge pull request #88 from tzlaine/patch-2
Docs fix: Correct misuse of "continually".
2016-02-09 09:16:15 -06:00
Paul Fultz II
09b70e8a42 Merge pull request #87 from tzlaine/patch-1
Docs clarification: In fix() docs, use the name of the first arg to F for exposition.
2016-02-09 09:15:41 -06:00
Zach Laine
c370b4b149 In combine() docs, use different int constants for clarity. 2016-02-09 09:06:16 -06:00
Zach Laine
1b12e3bc44 Correct misuse of "continually" in "partial" docs. 2016-02-09 08:48:47 -06:00
Zach Laine
b7dedf1c0c In fix() docs, use the name of the first arg to F for exposition. 2016-02-08 14:08:00 -06:00
Paul Fultz II
a3106568c3 Merge pull request #86 from jbrownson/master
Fix typo in docs for conditional.hpp
2016-02-03 19:55:07 -06:00
Jake Brownson
6fbf81aa67 fix typo in docs 2016-02-03 15:55:49 -08:00
Paul
cde4ff3ecb Annotate fit namespace in returns 2016-01-19 10:23:34 -06:00
Paul
211579540f Undo trailing slash 2016-01-19 01:25:15 -06:00