a2b8a8f254
Don't define user-provided special functions.
...
To allow to define empty struct.
2016-10-13 00:18:14 +09:00
599b8d4aef
Add, and update, documentation build targets.
2016-10-07 23:07:34 -05:00
1a2a8d67aa
Merge pull request #136 from Kojoley/fix-extra-semicolon
...
Fixed extra semicolon
2016-09-02 00:32:41 +08:00
d5740f8310
Fixed extra semicolon
2016-09-01 17:57:15 +03:00
45d9b49ee5
Merge pull request #134 from vtnerd/bugfix/tuple_element_construction
...
Add DISABLE_VARIADIC_VECTOR and SFINAE for c++11 tuple element construction
2016-07-31 15:58:17 +09:00
55150a7fa6
Add DISABLE_VARIADIC_VECTOR and SFINAE for c++11 tuple element construction
2016-07-26 14:53:26 -04:00
27321dd18e
Merge pull request #132 from vtnerd/bugfix/nested_sequence_cpp11
...
Added to nested tests, and fixed C++11 vector copy-from-sequence
2016-06-01 06:47:21 +08:00
79d8e9d11c
Added to nested tests, and fixed C++11 vector copy-from-sequence
2016-05-31 16:52:57 -04:00
7e4ab4f804
Merge pull request #130 from Flast/bugfix/gcc34
...
Added workaround for GCC 3.4 due to ambiguous.
2016-03-16 21:36:54 +08:00
3189580857
Added workaround for GCC 3.4 due to ambiguous.
...
NOTE: GCC 3.3 and earlier are not supported officially by Boost community.
2016-03-16 20:25:59 +09:00
71dcb3e02c
Merge pull request #129 from Flast/testfix/gcc44-std_tuple
...
Tweak std::tuple test for GCC 4.4
2016-03-11 13:24:42 +08:00
82f24e0f73
Tweak std::tuple test for GCC 4.4
...
due to https://gcc.gnu.org/PR41530 .
2016-03-11 01:01:12 +09:00
f29e1e8209
Merge pull request #128 from Flast/patch-1
...
Correct workaround condition.
2016-03-09 10:00:31 +08:00
12b25c2c99
Correct workaround condition.
2016-03-09 10:19:22 +09:00
bc6eaf7ab0
Merge pull request #127 from Flast/workaround/for-older-gcc
...
Workaround for ICE on GCC 4.0/4.1.
2016-03-08 16:26:56 +08:00
275236f86e
Workaround for ICE on GCC 4.0 and 4.1.
2016-03-08 15:36:21 +09:00
a8b70d6679
Workaround for ICE on GCC 4.0.0.
2016-03-08 14:43:32 +09:00
7472e70951
Merge pull request #126 from Flast/patch-1
...
Remove outdated comment.
2016-03-07 19:26:41 +08:00
104f508cef
Remove outdated comment.
2016-03-07 19:42:23 +09:00
f7b90f2981
Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY
...
Remove use of BOOST_PP_IS_EMPTY.
2016-02-17 04:45:16 +08:00
d314798241
Merge pull request #123 from Flast/drop-bom
...
Drop BOM.
2016-02-17 04:43:51 +08:00
5ed26ec932
Drop Byte-order-Marker.
2016-02-16 23:55:59 +09:00
4ebc028769
Optimize.
2016-02-16 19:32:57 +09:00
99ad77b92f
Fix typos.
2016-02-16 16:52:27 +09:00
e3d16edfb3
Merge pull request #122 from Flast/suppress-warnings
...
Suppress conversion warnings on MSVC.
2016-02-16 02:19:41 +08:00
4173b4b97b
Suppress conversion warnings on MSVC.
2016-02-16 01:02:58 +09:00
9b43ac8ee0
More optimization.
2016-02-16 00:40:27 +09:00
c9c2c3bad6
Optimize macros.
2016-02-14 23:53:38 +09:00
d7d47619b4
Tweak PP includes.
2016-02-14 23:41:22 +09:00
100d223be4
Merge pull request #121 from Flast/std-integer_sequence
...
Detect std::integer_sequence availability.
2016-02-13 13:21:14 +08: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
11cc331f82
Add test with namespaced names, as it could break with the macro concatenation to check for BOOST_MPL_PP_TOKEN_EQUAL_auto equality.
2016-02-13 14:15:53 +09:00
d1cd721969
Replace BOOST_FUSION_ADAPT_AUTO with the standard auto keyword.
...
While BOOST_FUSION_ADAPT_AUTO is still supported for backward compatibiltiy,
auto as been put because it has a better readability.
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
b88daeb697
Detect std::integer_sequence availability.
...
It will allow to reuse compiler cache easier.
2016-02-13 11:57:41 +09:00
1774972237
Merge pull request #120 from Flast/remove-trailing-void-support
...
Remove trailing void_ support on variadic vector.
2016-02-11 23:52:35 +08:00
b46aad996a
Remove trailing void_ support on variadic vector.
2016-02-11 23:56:07 +09:00
0526f7c04f
Merge pull request #118 from Flast/bugfix/ambiguous-ctor
...
Fix ambiguous ctor, close #11766
2016-01-08 05:39:51 +08: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
e9d489c07c
Merge pull request #117 from fiesh/develop
...
error: reference to 'ws' is ambiguous
2015-11-24 05:36:16 +08: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
ee718b363f
Merge pull request #116 from Flast/workaround/msvc-8/fold
...
Fix fusion::fold regression with MSVC 8.
2015-11-15 07:12:07 +08: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