Joel de Guzman
f29e1e8209
Merge pull request #128 from Flast/patch-1
...
Correct workaround condition.
2016-03-09 10:00:31 +08:00
Kohei Takahashi
12b25c2c99
Correct workaround condition.
2016-03-09 10:19:22 +09:00
Joel de Guzman
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
Kohei Takahashi
275236f86e
Workaround for ICE on GCC 4.0 and 4.1.
2016-03-08 15:36:21 +09:00
Kohei Takahashi
a8b70d6679
Workaround for ICE on GCC 4.0.0.
2016-03-08 14:43:32 +09:00
Joel de Guzman
7472e70951
Merge pull request #126 from Flast/patch-1
...
Remove outdated comment.
2016-03-07 19:26:41 +08:00
Kohei Takahashi
104f508cef
Remove outdated comment.
2016-03-07 19:42:23 +09:00
Joel de Guzman
0263c75cd8
Merge pull request #125 from boostorg/develop
...
Release Candidate for 1.61.0.
2016-03-03 06:58:37 +08:00
Joel de Guzman
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
Joel de Guzman
d314798241
Merge pull request #123 from Flast/drop-bom
...
Drop BOM.
2016-02-17 04:43:51 +08:00
Kohei Takahashi
5ed26ec932
Drop Byte-order-Marker.
2016-02-16 23:55:59 +09:00
Kohei Takahashi
4ebc028769
Optimize.
2016-02-16 19:32:57 +09:00
Kohei Takahashi
99ad77b92f
Fix typos.
2016-02-16 16:52:27 +09:00
Joel de Guzman
e3d16edfb3
Merge pull request #122 from Flast/suppress-warnings
...
Suppress conversion warnings on MSVC.
2016-02-16 02:19:41 +08:00
Kohei Takahashi
4173b4b97b
Suppress conversion warnings on MSVC.
2016-02-16 01:02:58 +09:00
Kohei Takahashi
9b43ac8ee0
More optimization.
2016-02-16 00:40:27 +09:00
Kohei Takahashi
c9c2c3bad6
Optimize macros.
2016-02-14 23:53:38 +09:00
Kohei Takahashi
d7d47619b4
Tweak PP includes.
2016-02-14 23:41:22 +09:00
Joel de Guzman
100d223be4
Merge pull request #121 from Flast/std-integer_sequence
...
Detect std::integer_sequence availability.
2016-02-13 13:21:14 +08:00
Damien Buhl (alias daminetreg)
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
Damien Buhl (alias daminetreg)
3125c15ff4
Fix BOOST_PP_EMPTY replacement with adapt_assoc_struct
2016-02-13 14:15:53 +09:00
Damien Buhl (alias daminetreg)
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
Damien Buhl (alias daminetreg)
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
Damien Buhl (alias daminetreg)
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
Kohei Takahashi
b88daeb697
Detect std::integer_sequence availability.
...
It will allow to reuse compiler cache easier.
2016-02-13 11:57:41 +09:00
Joel de Guzman
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
Kohei Takahashi
b46aad996a
Remove trailing void_ support on variadic vector.
2016-02-11 23:56:07 +09:00
Joel de Guzman
0526f7c04f
Merge pull request #118 from Flast/bugfix/ambiguous-ctor
...
Fix ambiguous ctor, close #11766
2016-01-08 05:39:51 +08:00
Joel de Guzman
53ba3de15a
Merge pull request #119 from boostorg/develop
...
Post 1.60.0 Beta bugfixes.
2015-12-11 15:06:59 +08:00
Kohei Takahashi
64b8406c16
Introduce detail::enabler instead of fusion::void_.
2015-12-10 17:06:04 +09:00
Kohei Takahashi
2492ff9b25
regen
2015-12-01 01:26:08 +09:00
Kohei Takahashi
3919f3ed73
Fix missing header.
2015-12-01 01:16:01 +09:00
Kohei Takahashi
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
Joel de Guzman
e9d489c07c
Merge pull request #117 from fiesh/develop
...
error: reference to 'ws' is ambiguous
2015-11-24 05:36:16 +08:00
fiesh
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
Joel de Guzman
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
Kohei Takahashi
87fffbead3
Fix conditional of workaround.
2015-11-14 23:32:46 +09:00
Kohei Takahashi
1c05cfc795
Regenerate fusion::fold family.
2015-11-14 20:34:41 +09:00
Kohei Takahashi
7cf404d096
SFINAE expression obstructs compile on MSVC 8.
2015-11-13 21:49:27 +09:00
Kohei Takahashi
0c18e85ecd
Partly fixed fusion::fold regression for MSVC <=8.
...
It implicitly includes MSVC 9's workaround.
2015-11-13 20:03:12 +09:00
Joel de Guzman
bb8b5afc7f
Merge pull request #115 from NumScale/fix-fast-vector-value_at
...
Fix fusion::at<vector<...>, N> for C array types
2015-11-11 10:02:52 +08:00
Charly Chevalier
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
Charly Chevalier
74c0d5d0ec
Fix fusion::at<vector<...>, N> for C array types
2015-11-10 10:55:13 +01:00
Joel de Guzman
e7ec658b62
Merge pull request #114 from ldionne/bugfix/declval
...
Remove invalid odr-usages of boost::declval.
2015-11-09 07:16:25 +08:00
Louis Dionne
4d3891ed31
Remove invalid odr-usages of boost::declval.
2015-11-07 16:11:06 -05:00
Joel de Guzman
1bc343660b
Merge pull request #113 from Flast/use-enable_if_has_type-instead
...
Use boost::enable_if_has_type instead.
2015-11-01 16:45:46 +08:00
Kohei Takahashi
981f71d04f
Use boost::enable_if_has_type instead.
2015-11-01 11:10:11 +09:00
Joel de Guzman
d6c853f7ad
Merge pull request #111 from boostorg/develop
...
1.60.0 beta
2015-10-28 07:42:24 +08:00
Joel de Guzman
f88dbb6876
Merge pull request #112 from Flast/suppress-undefined-inline-warning
...
Suppress undefined inline function warning.
2015-10-27 07:32:06 +08:00
Kohei Takahashi
4d5da0371b
Suppress undefined inline function warning.
2015-10-27 07:59:55 +09:00