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

24 Commits

Author SHA1 Message Date
Paul
e43fe39036 Merge branch 'travis' into msvc 2015-05-30 15:34:41 -05:00
Paul Fultz II
270df2f857 Make reveal adaptor constexor constructible in msvc 2015-05-29 23:36:54 -07:00
Paul Fultz II
fc69bfa5e9 Add some more workarounds for msvc 2015-05-29 23:28:32 -07:00
Paul
c22a8dbcce Add workaround for constructing static functions 2015-05-30 01:09:00 -05:00
Paul
002e5e742a Update documention about FIT_STATIC_FUNCTION and FIT_STATIC_LAMBDA_FUNCTION 2015-05-29 16:09:12 -05:00
Paul
f87202485b Rename FIT_STATIC_FUNCTION 2015-05-23 12:50:45 -05:00
Paul
af0a9245ef Disable unique addresses on gcc 4.6, since it doesn't work with constexpr 2015-05-23 09:38:55 -05:00
Paul
02627093f1 s/static_const/static_const_var/ 2015-05-22 18:14:01 -05:00
Paul
182b9ffcc3 Remove constexpr for static on gcc 4.6 compilers 2015-05-22 17:48:46 -05:00
Paul
779c40ca58 Add FIT_STATIC_CONSTEXPR_FUNCTION to declare functions with constexpr friendliness 2015-05-22 17:12:32 -05:00
Paul
e9c31f7a23 Move static_const to a seperate header 2015-05-22 16:54:56 -05:00
Paul
4e5d110962 Use unique address on gcc 4.6 as well 2015-05-22 13:50:06 -05:00
Paul
e4eb628cb7 Some code simplification 2015-05-21 11:26:17 -05:00
Paul
6cface92fe Rename config macro 2015-05-21 11:04:21 -05:00
Paul
2ff90d6eec Disable unique address on gcc 4.6 2015-05-21 02:02:17 -05:00
Paul
7e0c178661 Make static functions have unique addresses even when using lambdas 2015-05-21 01:19:26 -05:00
Paul
ba9c2e1eba Declare static functions as references 2015-05-20 18:53:55 -05:00
Paul
c39f83f164 Use function objects instead for adaptors 2015-02-28 14:19:41 -05:00
Paul
bca70cef72 Add reveal by default to static function 2015-02-24 01:43:12 -05:00
Paul
80b57e9f59 Add initial work for transporting subtitution failures 2015-02-20 12:23:23 -06:00
Paul
63a162fb93 Improve support for pipable and infix operators when using static functions 2015-02-01 02:26:07 -05:00
Paul
b0efb61abc Fix feature testing 2014-12-16 14:40:42 -06:00
Paul
122da59001 Make const constexpr 2014-12-16 14:14:42 -06:00
Paul
8e9538bcf0 Add static function 2014-12-16 13:44:15 -06:00