Nikita Kniazev
b0f0882229
Define traits::is_view for non fusion types
2018-08-03 00:24:10 +03:00
Kohei Takahashi
f03bb5ec2e
test: Removed unnecessary semi-colon
2018-07-28 14:40:51 +09: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
Kohei Takahashi
4173b4b97b
Suppress conversion warnings on MSVC.
2016-02-16 01:02:58 +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
Damien Buhl (alias daminetreg)
9911e05838
Adds test for each case adapter macros we support to adapt an empty type.
2015-05-15 09:09:10 +02:00
Damien Buhl (alias daminetreg)
a13d1346f6
Adapted tests of assoc_struct to the type-deducing version of the ADAPT* macros.
2014-07-27 15:51:12 +02:00
Damien Buhl (alias daminetreg)
5422ba7f8f
Adds the possibility to omit the member type in ADAPT_ASSOC* macros usage.
...
This feature is enabled when BOOST_PP_VARIADICS also is, as it rely on it.
A placeholder for the type can be used when BOOST_PP_VARIADICS isn't
active.
2014-07-23 02:42:30 +02:00
Eric Niebler
528ad04fdb
baking segmented Fusion
...
[SVN r73854]
2011-08-17 18:53:56 +00:00
Joel de Guzman
b3226a5107
Applied patch #5275
...
[SVN r70841]
2011-04-01 23:38:39 +00:00
Steven Watanabe
7c986ebd61
Clean up MSVC build. Fixes #1619 . Fixes #3074 .
...
[SVN r62854]
2010-06-12 15:58:31 +00:00
Hartmut Kaiser
b86d7dbe80
Fusion: fixed ambiguities in tests on VC10
...
[SVN r59347]
2010-01-29 16:02:14 +00:00
Christopher Schmidt
f0cd405f04
mpl::sequence_tag specialization for adapted types
...
[SVN r58396]
2009-12-15 13:30:02 +00:00
Joel de Guzman
a326739705
Regenerating/reorganizing docs
...
[SVN r40832]
2007-11-06 12:13:52 +00:00
Joel de Guzman
7c85a51d48
Fusion 2.1 one more time with care
...
[SVN r40390]
2007-10-24 02:32:28 +00:00
Joel de Guzman
fc1df001c6
reverting to 2.0
...
[SVN r40219]
2007-10-20 22:21:43 +00:00
Joel de Guzman
e894481f5b
phase4: refactoring for v2.1
...
[SVN r40212]
2007-10-20 13:13:46 +00:00
Joel de Guzman
d0d540064d
phase3: refactoring for v2.1
...
[SVN r40210]
2007-10-20 11:49:17 +00:00
Dan Marsden
dfcadb449b
tests for assoc struct adaptor
...
[SVN r37639]
2007-05-08 22:16:09 +00:00