Kohei Takahashi
0471a65ca2
Change fusion::tuple its base class to vector_data.
...
This change aims to improve compile time performance for both of vector and tuple.
2017-10-03 22:25:03 +09:00
Joel de Guzman
b6e5285430
Merge pull request #150 from gjasny/remove-circular-include
...
Remove circular preprocessor include
2017-09-03 05:30:35 +08:00
Gregor Jasny
9cb23af898
Remove circular preprocessor include
2017-09-02 16:09:12 +02:00
Joel de Guzman
437cea006a
Merge pull request #149 from kuhlenough/develop
...
isspace(c) is not a macro in Dinkum clib for VxWorks
2017-08-11 04:42:26 +08:00
Brian Kuhl
7c15df79f2
isspace(c) is not a macro in Dinkum clib for VxWorks, must be in std namespace
2017-08-10 12:19:32 -04:00
Joel de Guzman
503a89dc89
Merge pull request #148 from vtnerd/bugfix/test_nest
...
Fixed bug in test/sequence/nest.hpp where some results were ignored
2017-07-26 08:01:19 +08:00
Lee Clagett
b24dfd635b
Fixed bug in test/sequence/nest.hpp where some results were ignored
2017-07-25 15:29:57 -04:00
Kohei Takahashi
84d8afbb31
Merge pull request #147 from boostorg/develop
...
Develop to Master
2017-06-19 23:43:44 +09:00
Kohei Takahashi
36eac2e77c
Added missing include file.
2017-06-18 23:12:50 +09:00
Kohei Takahashi
bb782de1ff
Merge pull request #146 from Flast/update-workarounds
...
Update workarounds for msvc 14.1
2017-05-01 13:12:56 +09:00
Kohei Takahashi
451e21adb3
Update workarounds for msvc 14.1
2017-04-30 23:26:24 +09:00
Kohei Takahashi
e0ceefafb6
Merge pull request #145 from boostorg/test-config
...
Refresh Jamfile
2017-04-30 22:41:34 +09:00
Kohei Takahashi
2952fd254f
Use build time config to filter tests.
2017-04-27 22:23:39 +09:00
Kohei Takahashi
1ec001888d
Reformatting.
2017-02-02 22:08:16 +09:00
Kohei Takahashi
98b81ee102
Remove use of deprecated binder. ( #144 )
2016-11-20 16:58:04 +09:00
Kohei Takahashi
f1a619428a
Remove unintended file.
2016-11-20 16:41:23 +09:00
Kohei Takahashi
715a7fb729
Merge pull request #141 from boostorg/develop
...
Boost 1.63.0 beta release
2016-11-01 17:03:05 +09:00
Kohei Takahashi
fcdcfcd2c5
Merge pull request #143 from boostorg/bugfix/returing-tmp-variable
...
Fix returing temporary variable warning on MSVC.
2016-11-01 02:44:58 +09:00
Kohei Takahashi
6f43cd7f66
Correct testcase condition.
2016-11-01 02:28:45 +09:00
Kohei Takahashi
c630611626
Fix returing temporary variable warning on MSVC.
2016-11-01 01:54:10 +09:00
Kohei Takahashi
0d8243b36d
Merge pull request #142 from Flast/std_array
...
Adaptor for std::array.
2016-10-31 01:40:57 +09:00
Kohei Takahashi
ea9a176312
Include <array> instead of declare std::array.
...
Some implementations declare it as std::tr1::array and conflict.
2016-10-31 01:13:36 +09:00
Kohei Takahashi
1747703b1a
Merge pull request #140 from Flast/bugfix/define_struct
...
Workarounds for older compilers.
2016-10-29 22:28:34 +09:00
Kohei Takahashi
c158886591
Workaround for MSVC 12 variadics bug.
2016-10-29 21:29:26 +09:00
Kohei Takahashi
5135b5109b
Likewise.
2016-10-29 20:57:06 +09:00
Kohei Takahashi
490baac6e2
Added workaround for older gcc.
2016-10-29 15:34:49 +09:00
Kohei Takahashi
6bd644d43d
Don't use iterator for copy/move assign op.
2016-10-29 14:40:47 +09:00
Kohei Takahashi
64af83d999
Merge pull request #138 from Flast/movable-define_struct
...
DEFINE_STRUCT now allows move construct/assign.
2016-10-24 00:00:06 +09:00
Kohei Takahashi
e74ccb1cf5
DEFINE_STRUCT now allows move construct/assign.
2016-10-19 01:33:43 +09:00
Kohei Takahashi
7b13053c7e
Merge pull request #135 from vtnerd/bugfix/vector_conversion_constructor
...
Make C++11 fusion::vector more consistent with C++03 fusion::vector
2016-10-14 13:51:52 +09:00
Kohei Takahashi
ef2dc2aaae
Merge pull request #137 from boostorg/empty_struct
...
Allow to define empty struct.
2016-10-14 11:44:55 +09:00
Kohei Takahashi
ef1ca12e81
Added tests for adapted empty struct.
2016-10-14 01:47:02 +09:00
Kohei Takahashi
a2b8a8f254
Don't define user-provided special functions.
...
To allow to define empty struct.
2016-10-13 00:18:14 +09:00
Kohei Takahashi
16a069be14
Fix test for non C++11/14.
2016-10-11 08:22:35 +09:00
Rene Rivera
3b96c3b70b
Add, and update, documentation build targets.
2016-10-10 11:39:49 -05:00
Kohei Takahashi
61fab16418
Merge branch 'mloskot/boost_fusion_std_array' into develop
2016-10-10 18:46:29 +09:00
Kohei Takahashi
928ced256a
Adjust directory structure.
2016-10-09 22:14:42 +09:00
Rene Rivera
599b8d4aef
Add, and update, documentation build targets.
2016-10-07 23:07:34 -05:00
Joel de Guzman
1a2a8d67aa
Merge pull request #136 from Kojoley/fix-extra-semicolon
...
Fixed extra semicolon
2016-09-02 00:32:41 +08:00
Nikita Kniazev
d5740f8310
Fixed extra semicolon
2016-09-01 17:57:15 +03:00
Lee Clagett
5906d9c316
Make C++11 fusion::vector more consistent with C++03 fusion::vector
...
- Construct from elements is enabled iff each argument is_convertible to
corresponding element.
- Construct from sequence is enabled iff the single argument is a fusion
sequence.
- C++11 vector and tuple also disable construct from sequence that are
shorter than the destination. C++03 gives incorrect is_convertible
responses in this situation and fails to compile if that constructor is
used; C++11 can have instantation errors in
and_<is_convertible<U, T>...> without the additional check.
- C++11 tuple and vector support truncation conversion and assignment like
all other sequences.
2016-08-26 12:45:11 -04:00
Kohei Takahashi
45d9b49ee5
Merge pull request #134 from vtnerd/bugfix/tuple_element_construction
...
Add DISABLE_VARIADIC_VECTOR and SFINAE for c++11 tuple element construction
2016-07-31 15:58:17 +09:00
Lee Clagett
55150a7fa6
Add DISABLE_VARIADIC_VECTOR and SFINAE for c++11 tuple element construction
2016-07-26 14:53:26 -04:00
Joel de Guzman
27321dd18e
Merge pull request #132 from vtnerd/bugfix/nested_sequence_cpp11
...
Added to nested tests, and fixed C++11 vector copy-from-sequence
2016-06-01 06:47:21 +08:00
Lee Clagett
79d8e9d11c
Added to nested tests, and fixed C++11 vector copy-from-sequence
2016-05-31 16:52:57 -04:00
Joel de Guzman
904d3c2c01
Merge pull request #131 from boostorg/develop
...
post 1.61.0 beta1
2016-04-02 12:44:16 +08:00
Joel de Guzman
7e4ab4f804
Merge pull request #130 from Flast/bugfix/gcc34
...
Added workaround for GCC 3.4 due to ambiguous.
2016-03-16 21:36:54 +08:00
Kohei Takahashi
3189580857
Added workaround for GCC 3.4 due to ambiguous.
...
NOTE: GCC 3.3 and earlier are not supported officially by Boost community.
2016-03-16 20:25:59 +09:00
Joel de Guzman
71dcb3e02c
Merge pull request #129 from Flast/testfix/gcc44-std_tuple
...
Tweak std::tuple test for GCC 4.4
2016-03-11 13:24:42 +08:00
Kohei Takahashi
82f24e0f73
Tweak std::tuple test for GCC 4.4
...
due to https://gcc.gnu.org/PR41530 .
2016-03-11 01:01:12 +09:00