ed9880c161
Fix out of bounds access within {front|back}_extended_deque with empty deque.
...
The insertion point is not correct with empty deque since the range
{next_down, next_up} is not half-open range.
2014-12-05 01:39:27 +09:00
4dd4773d3d
Fix wrong include
...
and add tests for move.
2014-11-19 17:38:16 +09:00
c952a5c053
Const correctness fix for result_of::deref_data
2014-11-19 07:54:37 +08:00
d10f40c489
Merge pull request #40 from Flast/patch-1
...
result_of::size::value and result_of::size::type::value should be same type
2014-11-19 06:22:41 +08:00
0f34b3a692
Fixed C++11 implementation of map's result_of::deref_data to return a
...
reference as expected.
2014-11-18 23:11:20 +08:00
f3fa7a1dc6
Fix for fusion pair to make the compiler select the proper copy
...
constructor and remove a viable, but wrong, constructor. test added.
2014-11-15 09:35:50 +08:00
cc9b043168
result_of::size::value and result_of::size::type::value should be same type, rels to: #7304 .
2014-11-13 15:44:30 +09:00
a4660f41af
added failing test as per https://github.com/boostorg/fusion/pull/38
2014-11-13 09:03:37 +08:00
0ed591d214
Fix compilation error with as_deque in C++11.
2014-11-12 14:59:28 -05:00
15dd9c9d97
test that adapted members can actually be expressions
2014-11-12 11:13:19 +08:00
1dccb553ea
Merge pull request #35 from Flast/develop
...
Minor fixes
2014-11-12 07:39:17 +08:00
d93e675408
Fix hard compilation error with nested fusion::cons.
2014-11-11 10:23:36 -05:00
95d2a111ab
Add tests for #3225
2014-11-09 02:55:59 +09:00
ff56beaf55
Remove use of boost::blank
, close #8622
2014-11-09 00:49:29 +09:00
7a7b225fb1
Add boost_tuple_iterator_identity to compare iterator correctly.
...
And add test for boost_tuple_iterator.
2014-11-06 17:10:31 +09:00
0a13aa5ee4
Change the result_of behaviour with BOOST_RESULT_OF_USE_DECLTYPE
...
to make consistency between boost::result_of.
2014-11-02 15:08:56 +09:00
7ef4b03249
Fix typo/missing copyright notice, reported by Boost Inspection Report.
2014-11-01 22:12:11 +09:00
f73b5362c5
Fix test error with C++03 mode, due to C++11 using-declaration.
2014-11-01 16:53:37 +09:00
5ae01ad6a9
- Added sfinae test case for fold
...
- Some cleanup
2014-10-28 09:06:42 +08:00
d5eb1e793c
Merge pull request #26 from ldionne/master
...
Improve support for constexpr in fusion::nil and its iterators.
2014-10-28 08:12:04 +08:00
b8c65b976c
Fix test error on non-c++11 env.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-09 00:57:37 +09:00
790810757a
Rename the test tr1_tuple_auto_conv to std_tuple_auto_conv.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-09 00:56:17 +09:00
f869aa1591
Change to test std::tuple now that Boost.TR1 is deprecated and due to be removed.
2014-09-27 13:22:56 +01:00
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
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