Commit Graph
123 Commits
Author SHA1 Message Date
Joel de Guzman af1bc25783 - disabling test for now (todo later)
- removing irrelevant tuple test
2015-01-05 17:43:35 +08:00
Kohei Takahashi 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
Joel de Guzman c952a5c053 Const correctness fix for result_of::deref_data 2014-11-19 07:54:37 +08:00
Joel de Guzman 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
Joel de Guzman 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
Joel de Guzman 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
Kohei Takahashi 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
Joel de Guzman a4660f41af added failing test as per https://github.com/boostorg/fusion/pull/38 2014-11-13 09:03:37 +08:00
Louis Dionne 0ed591d214 Fix compilation error with as_deque in C++11. 2014-11-12 14:59:28 -05:00
Joel de Guzman 15dd9c9d97 test that adapted members can actually be expressions 2014-11-12 11:13:19 +08:00
Joel de Guzman 1dccb553ea Merge pull request #35 from Flast/develop
Minor fixes
2014-11-12 07:39:17 +08:00
Louis Dionne d93e675408 Fix hard compilation error with nested fusion::cons. 2014-11-11 10:23:36 -05:00
Kohei Takahashi 95d2a111ab Add tests for #3225 2014-11-09 02:55:59 +09:00
Kohei Takahashi 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
Kohei Takahashi 7ef4b03249 Fix typo/missing copyright notice, reported by Boost Inspection Report. 2014-11-01 22:12:11 +09:00
Joel de Guzman 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
Kohei Takahashi 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
Kohei Takahashi 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
jzmaddock 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
fiesh 70410d1e07 replaced tabs with 4 spaces 2014-07-24 14:45:45 +02:00
fiesh f7685b1194 add automatic hash function creation 2014-07-24 14:22:55 +02:00
Kohei Takahashi 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
Kohei Takahashi 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
Kohei Takahashi f7adae2b3d Add test for convert seq to tuple
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-06-09 21:59:06 +09:00
Jamboree fd3a18ce1a flatten/flatten_view/ref 2014-04-04 14:38:38 +08:00
K-ballo 44d5dca98b Fixed test to work with an explicit operator bool 2014-01-26 19:06:16 -06:00
Eric Niebler e1dc534877 build target for preprocessing Fusion with wave 2014-01-21 14:17:09 -08:00
Joel de Guzman 92ee36a556 Fixes #8336
[SVN r84002]
2013-04-21 14:07:21 +00:00
Joel de Guzman 085c3c25ca more map tests (including move test)
[SVN r82725]
2013-02-04 11:52:18 +00:00
Joel de Guzman aba201eb4e Added more map tests
[SVN r82712]
2013-02-04 06:20:10 +00:00
Joel de Guzman 996f4152d2 modern c++11 map implemented
[SVN r82707]
2013-02-04 03:46:42 +00:00
Joel de Guzman 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
Joel de Guzman 6a47d86d72 C++ fixes
[SVN r82629]
2013-01-27 07:13:58 +00:00
Marshall Clow 8d6200ef58 Removed usage of deprecated macros in Boost.Fusion and Boost.Spirit
[SVN r81569]
2012-11-26 18:44:46 +00:00
Joel de Guzman 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
Joel de Guzman 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
Joel de Guzman 35ec74edbc C++11 fixes for deque
[SVN r80391]
2012-09-04 05:04:25 +00:00
Joel de Guzman 26ba07f36c move-assign test tweaks
[SVN r80346]
2012-09-01 02:02:09 +00:00
Joel de Guzman e587ad4d50 Added move-assign test
[SVN r80343]
2012-09-01 01:02:46 +00:00
Joel de Guzman 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
Joel de Guzman a3b0cad1e7 latest oatch from Nathan Ridge
[SVN r79305]
2012-07-05 23:39:50 +00:00
Joel de Guzman 136331963a Added test for Ticket #6965
[SVN r79098]
2012-06-26 10:14:49 +00:00
Joel de Guzman 70589c53c6 BOOST_FUSION_DEFINE_STRUCT_INLINE patch by Nathan Ridge
[SVN r78509]
2012-05-19 01:24:55 +00:00
Joel de Guzman 654dfbedb8 patch for clang from Michel Morin
[SVN r78175]
2012-04-24 01:39:43 +00:00
Joel de Guzman 10274e7884 Made map random access. Thanks to Brandon Kohn!
[SVN r74882]
2011-10-10 09:55:52 +00:00
Joel de Guzman 159426b8af Added adapter for std::tuple (only for implementations using variadic templates)
[SVN r74547]
2011-09-24 13:07:24 +00:00
Joel de Guzman 7847f22a2c Bumped copyright date
[SVN r74409]
2011-09-16 05:55:52 +00:00
Joel de Guzman 86063cada9 Bumped copyright date
[SVN r74406]
2011-09-16 05:27:16 +00:00
Eric Niebler 9fcb3105e5 make fold aware of segments
[SVN r73906]
2011-08-18 23:14:48 +00:00
Eric Niebler 9dd14c435e make find and find_if algorithms segment-aware, stylistic consistency tweaks
[SVN r73892]
2011-08-18 17:12:05 +00:00