4c110d9a88
Regen preprocessed headers.
2014-11-01 20:50: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
df7b766247
Merge pull request #30 from Flast/bugfix/10190/declval
...
Use boost::declval instead of std::declval, close #10190 .
2014-10-31 10:21:38 +08:00
3b3da1a10a
Use boost::declval instead of std::declval, close #10190 .
...
Thanks-to: Niklas Angare
2014-10-31 10:09:30 +09:00
6b6d613e15
Merge pull request #29 from Flast/bugfix/msvc-10.0
...
Fix compile error on MSVC-10 and 11 due to no variadic templates.
2014-10-31 08:21:16 +08: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
0ffc0f04e3
Merge pull request #27 from Flast/bugfix/misc
...
Fix some misc issues
2014-10-29 07:22:39 +08:00
c6cb25846c
Fix doc typo and describe about c++11 make_map.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-28 18:34:24 +09:00
8dc502d33a
Remove dup of internal macro
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-28 14:25:04 +09:00
179e36fa42
Do not expand BOOST_NO_CXX11_RVALUE_REFERENCES while preprocessing.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-28 14:24:48 +09:00
90206f5da9
Fix result type mismatch
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-28 11:45:47 +09:00
ae23ffb8b6
Fix include guard mismatch
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-28 11:45:47 +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
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
06a46de636
Merge pull request #18 from Flast/fix/test/tr1_tuple
...
Fix test error on non c++11 environment; Boost.TR1 is deprecated.
2014-10-26 22:07:28 +08:00
98b71154ec
Merge pull request #24 from Flast/bugfix/invoke
...
Fix tickets #10443 completely (SFINAE-friendly invoke).
2014-10-22 19:08:07 +08:00
e014a1d173
Fix #10443 completely.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-22 19:42:48 +09:00
812e9e379e
Fix wrong partial specializations.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-22 01:02:39 +09:00
ba723a2cad
Merge pull request #23 from Flast/bugfix/cxx14-constexpr
...
Improve constexpr supports
2014-10-21 22:55:54 +08:00
6cad6bef99
fixes ticket #10443 . invoke is now sfinae friendly.
2014-10-20 06:23:52 +08:00
3d19bf9d96
fixes ticket 10676. for now, we'll use tr1_result_of. we'll have to do an overhaul of the fold implementation because making it sfinae friendly goes deep down into the low level internals.
2014-10-20 05:55:48 +08:00
bebd553dd6
Use BOOST_CXX14_CONSTEXPR instead of BOOST_CONSTEXPR.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-19 23:46:36 +09:00
fdb6598194
Make fold as a single return stmt due to C++11 constexpr.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-18 22:49:09 +09:00
badf3f2a47
Fix forward declaration in conflict with constexpr.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-18 22:49:08 +09:00
bcc2530f19
Do not expand BOOST_{CXX14_}CONSTEXPR while preprocessing.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-18 22:49:08 +09:00
ec9530eb15
Merge pull request #21 from Flast/bugfix/include-guard-mismatch
...
Fix include guard mismatch.
2014-10-17 21:14:57 +08:00
73f058b381
Fix include guard mismatch.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-17 18:53:45 +09: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
0f2f1776be
Merge pull request #17 from jzmaddock/patch-1
...
Change to test std::tuple now that Boost.TR1 is deprecated
2014-09-27 22:28:07 +08: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
5102d6874f
Merge pull request #15 from danieljames/metadata
...
Create metadata file.
2014-08-19 06:08:17 +08:00
b6c2e9e10b
Add metadata file.
2014-08-18 14:59:22 +01:00
64c3fc568c
Merge pull request #14 from gnzlbg/develop
...
Initial constexpr support
2014-08-06 20:15:53 +08:00
c2abefbab8
Initial constexpr support
...
This allows to use, e.g., boost::fusion::fold within constexpr functions.
The BOOST_CONSTEXPR macro is used to declare functions constexpr.
2014-08-06 11:09:40 +02:00
4f941d9760
Merge pull request #12 from fiesh/develop
...
add automatic hash function creation
2014-07-28 21:03:12 -03:00
d71cf19e0f
fix documentation, introduce "See also" block
2014-07-24 17:44:37 +02: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
10d363837a
Merge pull request #8 from Flast/pr/msvc-10.0/test
...
Fix test error in msvc-10.0
2014-06-12 17:59:44 +08: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
2cc2729f51
Merge pull request #7 from Flast/pr/adapt/tuple
...
Additional supports adapting (BoostTuple implementations
2014-06-09 21:11:03 +08: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
f5fe438f14
Add mpl::clear implementation for std::tuple
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-06-09 21:59:05 +09:00
38bcd6e779
Add mpl::clear implementation for Boost.Tuple
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-06-09 21:59:05 +09:00
219b4124d7
Add convert implementation for std::tuple
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-06-09 21:59:05 +09:00
39785ddb0e
Add convert implementation for Boost.Tuple
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-05-29 01:05:19 +09:00
1fde7cc293
Merge branch 'origin/develop'
2014-05-01 13:46:22 +08:00