70410d1e07
replaced tabs with 4 spaces
2014-07-24 14:45:45 +02:00
f7685b1194
add automatic hash function creation
2014-07-24 14:22:55 +02:00
a5d6fd0800
Test adapt_assoc_tpl_struct checking support for type deduction.
2014-07-23 02:49:28 +02:00
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
bf66c12cde
Fix the unit test of adapt_struct for consistency with other tests of the same kind.
2014-06-25 00:25:14 +02:00
abff92ab65
Add support for members types deduction to the ADAPT_STRUCT_NAMED macro.
2014-06-25 00:11:40 +02:00
f0eab528e9
Fix adapt_struct test which was missing an using keyword.
2014-06-14 11:40:51 +02:00
0e50a02fbc
Remove deleted unit tests from Jamfile.
2014-06-13 23:09:39 +02:00
4cf96e14f3
Added test for the new ADAPT_STRUCT API capable to deduce member types.
2014-06-13 23:09:39 +02:00
04ce8a788b
Enabled new ADAPT_STRUCT_API for ADAPT_TPL_STRUCT.
2014-06-13 23:09:38 +02:00
557b3d2dc6
Fix detection of member_type parameter emptiness for BOOST_FUSION_ADAPT_STRUCT.
...
As BOOST_PP_IS_EMPTY is not a general purpose emptiness checker, we limit
the ways it can be used.
2014-06-13 23:09:38 +02:00
02b776360a
FEATURE: BOOST_FUSION_ADAPT_STRUCT can now also be called completely with
...
variadics arguments.
The following signature is possible :
BOOST_FUSION_ADAPT_STRUCT(
struct_name,
member_name0,
(BOOST_FUSION_ADAPT_AUTO, member_name1)
(member_type2, member_name2)
member_name3,
...
)
2014-06-13 23:09:38 +02:00
6f6bfb3a27
EDITORIAL: Cleaning the ADAPT_STRUCT which can deduce types.
2014-06-13 23:07:32 +02:00
703bff4ff9
FEATURE: Types of a struct can freely pe provided or deduced, following the user preferences.
2014-06-13 23:07:32 +02:00
7e1c6cdf47
FEATURE: Type deduction for BOOST_FUSION_ADAPT_STRUCT_C_BASE, with preliminary support for providing or deducing the type.
2014-06-13 23:07:16 +02:00
c052b4b452
FEATURE: Making BOOST_FUSION_AUTO_ADAPT_STRUCT variadic.
2014-06-13 23:04:09 +02:00
934463c7b4
FEATURE: BOOST_FUSION_AUTO_ADAPT_ASSOC_STRUCT_NAMED now allows defining a Random Access Sequence and an Associative sequence without providing the type.
2014-06-13 23:04:08 +02:00
f7b14aee35
FEATURE: BOOST_FUSION_AUTO_ADAPT_ASSOC_STRUCT now allows defining a Random Access Sequence and an Associative sequence without providing the type.
2014-06-13 23:04:08 +02:00
5aa9a89fb8
FEATURE: BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED_NS which allows listing class attributes to adapt without specifying types.
2014-06-13 23:04:07 +02:00
0d7ad9f6e2
FEATURE: BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED that does not require specifying the types of the fields.
2014-06-13 23:04:07 +02:00
3f965e00d3
#9516 BOOST_FUSION_AUTO_ADAPT_STRUCT that does not require specifying the types of the fields.
2014-06-13 23:04:07 +02:00
25bb75e3f8
Fix test error in msvc-10.0
...
Including fusion/adapted/std_tuple.hpp will occur compile error.
Therefore, entire test should be ignored.
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-06-12 12:24:46 +09:00
059c041659
Add test for convert seq to std::tuple
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-06-09 21:59:06 +09:00
f7adae2b3d
Add test for convert seq to tuple
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-06-09 21:59:06 +09:00
fd3a18ce1a
flatten/flatten_view/ref
2014-04-04 14:38:38 +08:00
44d5dca98b
Fixed test to work with an explicit operator bool
2014-01-26 19:06:16 -06:00
e1dc534877
build target for preprocessing Fusion with wave
2014-01-21 14:17:09 -08:00
92ee36a556
Fixes #8336
...
[SVN r84002]
2013-04-21 14:07:21 +00:00
085c3c25ca
more map tests (including move test)
...
[SVN r82725]
2013-02-04 11:52:18 +00:00
764a31e9f5
fixed typo
...
[SVN r82714]
2013-02-04 06:22:50 +00:00
aba201eb4e
Added more map tests
...
[SVN r82712]
2013-02-04 06:20:10 +00:00
996f4152d2
modern c++11 map implemented
...
[SVN r82707]
2013-02-04 03:46:42 +00:00
6c17c04ce6
Workaround for some tests on C++11 to allow disambiguation of && and const& arguments to ctors
...
[SVN r82631]
2013-01-27 10:14:16 +00:00
6a47d86d72
C++ fixes
...
[SVN r82629]
2013-01-27 07:13:58 +00:00
2f61e2b707
disabling some tests with errors on c++11
...
[SVN r82628]
2013-01-27 04:24:40 +00:00
8d6200ef58
Removed usage of deprecated macros in Boost.Fusion and Boost.Spirit
...
[SVN r81569]
2012-11-26 18:44:46 +00:00
cfbbba272e
Fixes for Ticket #7569 ( Compile Error using BOOST_FUSION_DEFINE_STRUCT_INLINE with VC10 and GCC <4.5 )
...
[SVN r81165]
2012-11-04 00:18:41 +00:00
f760ed7b8f
removing c++11 requirements in jamfile (mistakenly added)
...
[SVN r80865]
2012-10-05 06:15:02 +00:00
a856857cb7
- Fixed code to allow decltype implementation of boost::result_of with BOOST_RESULT_OF_USE_DECLTYPE defined.
...
- Reverted sequence/iterator.hpp to original <correct-no-workaround> version.
[SVN r80396]
2012-09-04 13:42:14 +00:00
35ec74edbc
C++11 fixes for deque
...
[SVN r80391]
2012-09-04 05:04:25 +00:00
26ba07f36c
move-assign test tweaks
...
[SVN r80346]
2012-09-01 02:02:09 +00:00
e587ad4d50
Added move-assign test
...
[SVN r80343]
2012-09-01 01:02:46 +00:00
5946ab9936
deque move-ctor OK on gcc
...
[SVN r80333]
2012-08-31 15:57:49 +00:00
16de1dcd01
Added move ctors for vector and deque (deque for gcc partially working for now)
...
[SVN r80330]
2012-08-31 14:32:08 +00:00
a3b0cad1e7
latest oatch from Nathan Ridge
...
[SVN r79305]
2012-07-05 23:39:50 +00:00
136331963a
Added test for Ticket #6965
...
[SVN r79098]
2012-06-26 10:14:49 +00:00
70589c53c6
BOOST_FUSION_DEFINE_STRUCT_INLINE patch by Nathan Ridge
...
[SVN r78509]
2012-05-19 01:24:55 +00:00
654dfbedb8
patch for clang from Michel Morin
...
[SVN r78175]
2012-04-24 01:39:43 +00:00
bbf10066bc
C++11 patches by Michel Morin
...
[SVN r75394]
2011-11-07 22:07:05 +00:00
10274e7884
Made map random access. Thanks to Brandon Kohn!
...
[SVN r74882]
2011-10-10 09:55:52 +00:00