d7d47619b4
Tweak PP includes.
2016-02-14 23:41:22 +09:00
44c21e0f10
Fixes invalid use of hardcoded "obj." prefix for ADAPT_ASSOC_STRUCT_NAMED and btw. fixes test error since removal of BOOST_PP_IS_EMPTY.
2016-02-13 14:15:53 +09:00
3125c15ff4
Fix BOOST_PP_EMPTY replacement with adapt_assoc_struct
2016-02-13 14:15:53 +09:00
2e466ac054
Remove BOOST_PP_IS_EMPTY in favor of BOOST_MPL_PP_TOKEN_EQUAL and added auto as synonym for BOOST_FUSION_ADAPT_AUTO.
...
Fix ticket https://svn.boost.org/trac/boost/ticket/11157
BOOST_MPL_PP_TOKEN_EQUAL is now used to check if auto/BOOST_FUSION_ADAPT_AUTO
was provided as type, telling to deduce members types.
2016-02-13 14:15:53 +09:00
b46aad996a
Remove trailing void_ support on variadic vector.
2016-02-11 23:56:07 +09:00
64b8406c16
Introduce detail::enabler instead of fusion::void_.
2015-12-10 17:06:04 +09:00
2492ff9b25
regen
2015-12-01 01:26:08 +09:00
3919f3ed73
Fix missing header.
2015-12-01 01:16:01 +09:00
12792a6c11
Fix compile error with ambiguous ctor, close #11766 .
...
When a) first elem is sequence b) second (and third) elem is(are) void*,
both of conversion ctor and forwarding ctor are candidate since SFINAE
expression has void* type.
2015-12-01 01:14:52 +09:00
8767d374ea
manip.hpp: Do not use "using namespace std;"
...
Changed "using namespace std; ws()" into "std::ws()" to avoid ambiguities with a possible "::ws" namespace.
2015-11-23 17:21:59 +01:00
87fffbead3
Fix conditional of workaround.
2015-11-14 23:32:46 +09:00
1c05cfc795
Regenerate fusion::fold family.
2015-11-14 20:34:41 +09:00
7cf404d096
SFINAE expression obstructs compile on MSVC 8.
2015-11-13 21:49:27 +09:00
0c18e85ecd
Partly fixed fusion::fold regression for MSVC <=8.
...
It implicitly includes MSVC 9's workaround.
2015-11-13 20:03:12 +09:00
3298875ecc
Add double identity trick for fast value_at (vectors)
...
This is a workaround to make decltype(expr)::type compiles
with old compilers.
2015-11-10 14:04:16 +01:00
74c0d5d0ec
Fix fusion::at<vector<...>, N> for C array types
2015-11-10 10:55:13 +01:00
4d3891ed31
Remove invalid odr-usages of boost::declval.
2015-11-07 16:11:06 -05:00
981f71d04f
Use boost::enable_if_has_type instead.
2015-11-01 11:10:11 +09:00
4d5da0371b
Suppress undefined inline function warning.
2015-10-27 07:59:55 +09:00
73045b4d49
Fix compile error on by-elem ctor.
...
Single element vector of fusion sequence cannot construct from its
element type.
2015-10-23 08:29:05 +09:00
18742c6922
Merge pull request #105 from boostorg/variadics
...
Merge variadics into develop.
2015-10-22 15:40:04 +08:00
1ad2e59e07
Make fusion::at<vector<...>,N> O(1).
2015-10-20 20:12:14 +09:00
a81024f617
Regenerate preprocessed files.
2015-10-17 11:24:19 +09:00
1d45a87201
Merge pull request #102 from Flast/sfinae-friendly-fold
...
SFINAE-friendly fusion::fold
2015-10-16 06:32:12 +08:00
ce4ccb929c
Check the argument being fusion sequence or not.
2015-10-08 22:23:10 +09:00
5114d9419e
Drop unnecessary ctor.
2015-10-07 17:40:55 +09:00
ca0d92e68d
R-value references are now container-wide requirements.
2015-10-06 21:29:02 +09:00
c750552a02
Tweak coding style.
2015-10-06 11:28:16 +09:00
a6d1b303b3
Fix block comment style.
...
Intel Compiler warns on nested comment.
2015-09-09 13:35:03 +09:00
76b7697ba5
fusion::fold allows to take non-const lv-ref state properly.
2015-09-08 15:14:27 +09:00
1df7fc1dca
Revert "Remove unnecessary overloads, state should always be const."
...
This reverts commit 9b77c26a24
.
As discussed on github, the original code was wrong.
2015-09-08 13:59:48 +09:00
9b77c26a24
Remove unnecessary overloads, state should always be const.
2015-09-08 00:22:58 +09:00
59dfeec815
Add workarounds for older MSVC.
2015-09-08 00:18:37 +09:00
d3449ab5e5
Overhaul the fusion::fold family to make SFINAE-friendly.
2015-09-04 00:51:56 +09:00
c30fabf98f
Apply 7fdb320
change into C++98 interface.
2015-08-30 17:13:36 +09:00
de3730c325
Merge pull request #100 from Flast/feature/variadic/tuple
...
Implement C++11 variadic templates based fusion::tuple.
2015-08-27 14:55:11 +08:00
e61d08d953
Fix broken convert<deque_tag>, close issue 11572.
2015-08-26 00:20:07 +09:00
d9e5a620be
Merge pull request #97 from Flast/feature/variadic/set
...
Variadics for fusion::set.
2015-08-20 21:57:19 +08:00
c5ba3af4c0
Added move functions for set.
2015-08-20 22:30:41 +09:00
22994d7e96
Fix a discrepance of element types in make_set.
2015-08-04 16:23:13 +09:00
1bde5c6fa3
Merge pull request #96 from Flast/bugfix/issue-11517
...
Fix #11517
2015-08-03 08:48:56 +08:00
8242c688e7
Older GCC doesn't accept use of this
in constexpr.
...
Fix #11517
2015-08-03 00:03:40 +09:00
24f527d401
Use BOOST_CONSTEXPR_OR_CONST instead.
...
Older GCC cannot specify both of const and constexpr to variable decl.
Partially fix #11517
2015-08-02 21:58:20 +09:00
6689de502b
Implement variadic make_set.
2015-07-30 11:56:09 +09:00
8761ed1b8d
Merge pull request #94 from Flast/preprocess
...
Regenerate preprocessed files.
2015-07-28 08:03:22 +08:00
e37fd170ce
Preprocessing...
2015-07-28 01:02:41 +09:00
74f0758bca
Fix path to preprocessed files.
2015-07-28 01:02:03 +09:00
b1bb9921e2
Merge pull request #92 from Flast/bugfix/issue-11140
...
Fix a issue with nested fusion::tuple.
2015-07-27 15:26:10 +08:00
ed30a7ca6a
Fix issue 11140
2015-07-27 13:12:46 +09:00
7fdb3201fa
[Deque] Make the from-sequence constructor SFINAE friendly
2015-07-24 22:11:53 +02:00