2
0
mirror of https://github.com/boostorg/hof.git synced 2026-01-21 04:52:20 +00:00
Commit Graph

299 Commits

Author SHA1 Message Date
Paul
a783cc1138 Fix return type 2017-09-07 03:10:09 +00:00
Paul
d280cb99c3 Add workaround for msvc 2017 regression ice 2017-09-06 14:26:04 -07:00
Paul
27e03fae51 Merge branch 'cpp17' into develop 2017-09-04 21:40:25 -05:00
Paul
3ce75ee04c Use pattern matching for is_reference_wrapper 2017-08-14 17:50:24 -05:00
Paul
56c3b53b3a Use simple declval for can be called 2017-08-14 17:46:39 -05:00
Paul
999ebbd095 Improve performance when using is_constructible 2017-08-14 17:31:23 -05:00
Paul
11d28dc788 Add support for c++17 2017-08-13 18:04:21 -05:00
Paul
b6bf10f134 Add more tests 2017-03-22 19:46:23 -05:00
Paul
1ead69a1e7 Update eval link 2017-02-08 19:31:27 -06:00
Paul
a6e74d3892 Improve cross referencing 2017-02-08 17:40:02 -06:00
Paul
1d0abc7855 Add discussion about operator precedence for issue #103 2017-02-04 04:28:20 -06:00
Paul
9df33a4bf6 Merge branch 'implicit' into develop 2017-01-29 18:35:58 -06:00
Paul
43a9369995 Add semantics for lazy and protect for issue #89 2017-01-29 18:30:18 -06:00
Paul
e9862d73e9 Add fixes for gcc 4.6 2017-01-29 18:14:06 -06:00
Paul
dadf8cbcd3 Add noexcept support for implicit 2017-01-04 17:29:37 -06:00
Paul
6fa2cf0e57 Use ADL lookup on gcc 4.6 2017-01-04 17:17:01 -06:00
Paul
d86a838d49 Disable auto check for gcc 4.6 2017-01-04 15:56:54 -06:00
Paul
f4b4bf8fe7 Prevent auto when using implicit adaptor 2017-01-04 13:08:11 -06:00
Paul
866a9a8c9b Add workaround for ICE 2016-12-18 19:35:31 -08:00
Paul
600d32e62c Correct the intrinsic 2016-12-18 18:03:14 -08:00
Paul
9566ea2559 Add workaround for msvc detecting nothrow thats a reference 2016-12-18 17:57:57 -08:00
Paul
a1b9deaf08 Add more lazy tests 2016-12-18 16:36:28 -08:00
Paul
b2c8f19738 Noexcept unpack 2016-12-17 20:47:24 -05:00
Paul
2c74c6513d Noexcept rotate 2016-12-17 20:42:59 -05:00
Paul
24d0759d26 Noexcept repeat 2016-12-17 20:39:52 -05:00
Paul
6215feac07 Add noexcept to infix 2016-12-17 20:23:12 -05:00
Paul
8f5de07d2d Add noexcept to indirect and flip 2016-12-17 20:18:34 -05:00
Paul
52cebaa64a Add noexcept to compress 2016-12-17 20:13:35 -05:00
Paul
e7fac7e042 Add noexcept to fix 2016-12-17 20:06:34 -05:00
Paul
00ed6760bb Add noexcept to pipable 2016-12-17 19:56:52 -05:00
Paul
730b61e1e7 Add noexcept to partial 2016-12-17 18:38:09 -05:00
Paul
e92247a009 Add noexcept to flow and compose 2016-12-17 18:17:26 -05:00
Paul
c0f9a6cee5 Make decorate noexcept 2016-12-16 19:38:48 -05:00
Paul
9390fb83a1 Add noexcept to if 2016-12-16 19:21:35 -05:00
Paul
37ab60efb2 Add tests for noexcept to placeholders 2016-11-26 21:42:05 -05:00
Paul
2bdbaaf04f Fix problems with noexcept on older compilers 2016-11-26 21:02:27 -05:00
Paul
74e39dd088 Improve noexcept on msvc 2016-11-24 11:26:39 -08:00
Paul
2540fc3676 Add noexcept to alias 2016-11-24 14:15:36 -05:00
Paul
bc548d46ef Improve noexcept of capture 2016-11-23 11:10:12 -05:00
Paul
8fcb289377 Add noexcept for apply_eval 2016-11-22 23:47:21 -05:00
Paul
a10fc1398e Check noexcept for arg 2016-11-22 23:14:38 -05:00
Paul
5a08f918ee Add noexcept to construct 2016-11-21 02:37:54 -06:00
Paul
4dc223f744 Add noexcept to constructors 2016-11-21 02:30:55 -06:00
Paul
725c2d233f Add fixes for gcc 4.6 2016-11-21 02:01:38 -06:00
Paul
4dd1ee3115 Add noexcept to always function 2016-11-21 01:26:11 -06:00
Paul
2e79161979 Add noexcept to identity function 2016-11-21 00:58:16 -06:00
Paul
d182413a27 Fix mistake in returns macro 2016-11-20 13:19:30 -06:00
Paul
cf4c3efb01 Add more tests for noexcept 2016-11-20 12:49:50 -06:00
Paul
489701e49c Add update about noexcept for returns 2016-11-20 11:40:52 -06:00
Paul
fbfb4ea261 Dont use decltype on noexcept on msvc 2016-11-19 14:12:23 -06:00