|
fbbfc16d2d
|
Workaround for MSVC8.0
I'm not sure why it doesn't compile...
|
2014-11-26 01:49:07 +09:00 |
|
|
9ab7774fd7
|
Replace some usage of std::forward to static_cast.
For more details, See inline comment of include/boost/fusion/support/config.hpp .
|
2014-11-26 01:35:55 +09:00 |
|
|
2a50f7caad
|
Better patch from Kohei Takahashi! Allows good forwarding on C++11
while still allowing C++03.
|
2014-11-19 08:31:35 +08:00 |
|
|
63045e8611
|
remove unnecessary actor to tighten ADL resolution. the one above it is
sufficient.
|
2014-11-15 09:54:21 +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 |
|
|
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 |
|
|
1b4acaa1b0
|
Fix unexpected lookup failure with GCC < 4.5.
|
2014-11-01 21:16:26 +09:00 |
|
|
c10b94472d
|
Fix compile error on MSVC-10 and 11 due to no variadic templates.
see http://thread.gmane.org/gmane.comp.lib.boost.devel/255086
Signed-off-by: Kohei Takahashi <flast@flast.jp>
|
2014-10-30 19:44:48 +09:00 |
|
|
c704efb49c
|
correct fix for ticket 10676. this is a temporary fix until we overhaul the fold implementation.
|
2014-10-27 19:45:38 +08:00 |
|
|
74a5d8804c
|
reverting support for ref pending review
|
2014-05-01 13:44:45 +08:00 |
|
|
fd3a18ce1a
|
flatten/flatten_view/ref
|
2014-04-04 14:38:38 +08:00 |
|
|
e113b31fdd
|
final gpu-enabling tweaks
|
2014-01-28 14:32:03 -08:00 |
|
|
e5b0f3c2e1
|
gpu-enable more functions, but not stream inserters and extractors
|
2014-01-23 21:30:18 -08:00 |
|
|
c4f9f0d1b6
|
gpu-enable functions
|
2014-01-22 23:55:53 -08:00 |
|
|
d354c5183b
|
Tweaks for MSVC. MSVC version of map is not yet move enables so it is failing the move test
[SVN r82728]
|
2013-02-04 12:15:02 +00:00 |
|
|
9672fe5385
|
map move supported + value_at_impl added
[SVN r82726]
|
2013-02-04 11:52:58 +00:00 |
|
|
228401d898
|
More map tests and more API features implemented + tweaks to affected components
[SVN r82713]
|
2013-02-04 06:21:45 +00:00 |
|
|
9c5d6bcc8c
|
added pair < operator for case where key (first type) is the same.
[SVN r82709]
|
2013-02-04 04:10:29 +00:00 |
|
|
6d265316ed
|
Workaround for ObjC (mis)use of nil (from Mathias Gaunard)
[SVN r81628]
|
2012-11-30 02:31:23 +00:00 |
|
|
e1819c11b2
|
Remove usage of deprecated macros
[SVN r81452]
|
2012-11-21 03:12:31 +00:00 |
|
|
85583b5ea9
|
allow boolean traits implementations to use std::true_type and std::false_type
[SVN r79131]
|
2012-06-27 04:27:50 +00:00 |
|
|
8ce40ebd0c
|
Patch by Nathan Ridge to allow BOOST_FUSION_ADAPT_ADT adapted classes to be compared using relational operators.
[SVN r78490]
|
2012-05-17 01:10:20 +00:00 |
|
|
01f002f084
|
tweaked cref_result and ref_result to be non-lazy (for consistency).
[SVN r78058]
|
2012-04-18 02:57:56 +00:00 |
|
|
bbf10066bc
|
C++11 patches by Michel Morin
[SVN r75394]
|
2011-11-07 22:07:05 +00:00 |
|
|
480183059e
|
+ Fixes Ticket #6016 using a two-level specialization such that specialization is preferred over SFINAE.
+ Removes tag_of_fallback. It's not needed anymore. The proper way is to specialize tag_of.
[SVN r74934]
|
2011-10-13 00:23:40 +00:00 |
|
|
a0db9cc855
|
Fusion: fix tag_of_fallback
[SVN r74574]
|
2011-09-26 12:02:10 +00:00 |
|
|
b7fb20e69a
|
Fusion: updates
[SVN r74566]
|
2011-09-25 17:36:13 +00:00 |
|
|
9b16a51364
|
preprocessed files gen for algorithm
[SVN r74449]
|
2011-09-18 10:48:29 +00:00 |
|
|
d5eaf8b496
|
Bumped copyright date
[SVN r74410]
|
2011-09-16 05:56:36 +00:00 |
|
|
0e7a013851
|
Bumped copyright date
[SVN r74407]
|
2011-09-16 05:30:23 +00:00 |
|
|
def510808d
|
bug fixes to segmented fusion support, more fwd headers
[SVN r73927]
|
2011-08-19 18:41:11 +00:00 |
|
|
b8bb98a36b
|
simplify segmented_fold_until interface
[SVN r73898]
|
2011-08-18 21:33:39 +00:00 |
|
|
9dd14c435e
|
make find and find_if algorithms segment-aware, stylistic consistency tweaks
[SVN r73892]
|
2011-08-18 17:12:05 +00:00 |
|
|
528ad04fdb
|
baking segmented Fusion
[SVN r73854]
|
2011-08-17 18:53:56 +00:00 |
|
|
2ccb8d604f
|
progress with integrating the segmented Fusion work
[SVN r73831]
|
2011-08-16 23:07:51 +00:00 |
|
|
2212f57287
|
Fix Ticket #5784
[SVN r73774]
|
2011-08-15 10:53:13 +00:00 |
|
|
7f3cd8b46a
|
putting is_native_fusion_sequence in is_sequence.hpp where it belongs.
[SVN r68259]
|
2011-01-19 00:10:13 +00:00 |
|
|
6eba238b69
|
Fusion: removed fusion::sequence_root; Fixes #2335
[SVN r66411]
|
2010-11-06 12:21:18 +00:00 |
|
|
7c986ebd61
|
Clean up MSVC build. Fixes #1619. Fixes #3074.
[SVN r62854]
|
2010-06-12 15:58:31 +00:00 |
|
|
11228c420f
|
fusion::tag_of/fusion::detail::is_specialized should not complain for non-adapted std::pair/boost::array/...
[SVN r61836]
|
2010-05-07 15:02:22 +00:00 |
|
|
f84bc30bd3
|
adapt template classes/structs
[SVN r59846]
|
2010-02-22 22:55:54 +00:00 |
|
|
5eb9c03cd2
|
adapt plain old array types (1)
[SVN r59576]
|
2010-02-07 18:22:06 +00:00 |
|
|
65895017bd
|
associative_sequence_tag -> associative_tag
[SVN r57337]
|
2009-11-03 17:35:33 +00:00 |
|
|
fb7671141a
|
fix ticket#1894
[SVN r54047]
|
2009-06-18 03:23:51 +00:00 |
|
|
6447c5371e
|
reduce number of template instantiations
[SVN r53566]
|
2009-06-02 05:46:21 +00:00 |
|
|
e1ac68f526
|
Trying to fix ambiguities of operator<<() for unused_type.
[SVN r52511]
|
2009-04-20 14:57:57 +00:00 |
|
|
c81456f35e
|
Protected unused_type by an ADL barrier
[SVN r51654]
|
2009-03-09 01:17:20 +00:00 |
|
|
a26354b70e
|
updates functional module: only two unfused variants, now
[SVN r51379]
|
2009-02-22 06:23:56 +00:00 |
|
|
064dbedaa5
|
#define to allow testing if unused_type has IO
[SVN r51286]
|
2009-02-17 11:18:20 +00:00 |
|
|
1c8e2ccfe4
|
added streaming for unused_type
[SVN r50168]
|
2008-12-06 23:35:05 +00:00 |
|