c4881f1862
Merge upstream branch 'develop' into more-ci-targets
2018-04-22 03:41:55 +09:00
9de3272174
Added workaround for GCC 4.4/c++0x
...
Teh call of ctor is ambiguous since gcc 4.4 allows binding rvalue to lvalue reference.
2018-03-06 00:40:41 +09:00
38818fbe3d
Add limits precheck
2018-02-20 22:44:34 +03:00
0e0de6c4f1
Regenerate preprocessed files.
2017-10-15 07:10:25 +09:00
984fcfd276
Delete needless overload.
2017-10-14 03:18:47 +09:00
62f5ccac53
Fixed compile error on copy construction.
2017-10-14 03:16:44 +09:00
cf33f3db4e
Added copy assign to deque(03).
...
move ctor will delete defaulted copy assign.
2017-10-14 03:16:00 +09:00
c630611626
Fix returing temporary variable warning on MSVC.
2016-11-01 01:54:10 +09:00
64b8406c16
Introduce detail::enabler instead of fusion::void_.
2015-12-10 17:06:04 +09:00
2492ff9b25
regen
2015-12-01 01:26:08 +09:00
12792a6c11
Fix compile error with ambiguous ctor, close #11766 .
...
When a) first elem is sequence b) second (and third) elem is(are) void*,
both of conversion ctor and forwarding ctor are candidate since SFINAE
expression has void* type.
2015-12-01 01:14:52 +09:00
a81024f617
Regenerate preprocessed files.
2015-10-17 11:24:19 +09:00
c30fabf98f
Apply 7fdb320
change into C++98 interface.
2015-08-30 17:13:36 +09:00
e61d08d953
Fix broken convert<deque_tag>, close issue 11572.
2015-08-26 00:20:07 +09:00
e37fd170ce
Preprocessing...
2015-07-28 01:02:41 +09:00
ddcd3cdf93
Likewise.
2015-06-17 01:40:45 +09:00
ff25066be2
Remove unnecessary include of mpl::print.
2015-06-08 13:36:49 +09:00
e0f10734b1
Fix issue 11267.
...
Compiler yields compile error within a function witch used in unevaluate
context of constexpr function because of CWG 1581 [2].
1. https://llvm.org/bugs/show_bug.cgi?id=23135
2. http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1581
2015-06-08 11:53:17 +09:00
0954000314
After merge of #55 regenerated preprocessed headers as needed by #49 .
2015-03-06 14:51:52 +01:00
f45c94fa43
Merge remote-tracking branch 'origin/develop' into feature/constexpr
2015-03-04 02:20:52 +09:00
2114bfca6c
More constexpr and noexcept support.
...
Note 1: Forwarding functions are specified as a C++14 constexpr since
std::forward is not a constexpr within C++11.
Note 2: Though I'm not sure why it doesn't compile, some declarations
are specified as a C++14 constexpr or non-constexpr.
Note 3: Boost.Tuple adaptation and TR1-based tuple implementations are
not constexpr.
2015-03-03 02:21:02 +09:00
326104a9b7
Fix unexpected overload resolution on MSVC.
2015-01-18 14:15:20 +09:00
7d641cbc8f
- Update generated preprocessed files
...
- Disable variadics for MSVC 2013 (flaky compiler still)
2015-01-05 15:49:06 +08:00
f349d48a3f
Merge branch 'develop' of github.com:boostorg/fusion into develop
2015-01-05 15:04:34 +08:00
97c863eaa0
(Re)Generating preprocessed files.
2015-01-05 15:03:54 +08:00
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
d185bd5df6
Use call_param for deducing type better.
2014-12-02 08:37:58 +09:00
aa4d67258b
Fixed for non rv-ref supporting compiler.
2014-11-30 02:04:32 +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
1b4acaa1b0
Fix unexpected lookup failure with GCC < 4.5.
2014-11-01 21:16:26 +09:00
c4f9f0d1b6
gpu-enable functions
2014-01-22 23:55:53 -08:00
e1dc534877
build target for preprocessing Fusion with wave
2014-01-21 14:17:09 -08:00
7b6cf39540
modern c++11 map implemented + various tweaks
...
[SVN r82708]
2013-02-04 03:49:34 +00:00
d128c6f6aa
Moving non-variadic map implementation to detail/cpp03 directory
...
[SVN r82701]
2013-02-03 11:50:48 +00:00
fec1da027c
Cleanup deque to clearly separate the C++03 code from c++11 code
...
[SVN r82698]
2013-02-03 10:31:46 +00:00
f96bbef8fa
MSVC (VC11) fixes for latest updates
...
[SVN r82634]
2013-01-27 12:15:26 +00:00
b7d02a8c55
+ Fixes ticket #7914
...
+ C++11 implementations for make_deque, deque_tie and as_deque
[SVN r82630]
2013-01-27 07:17:01 +00:00
e1819c11b2
Remove usage of deprecated macros
...
[SVN r81452]
2012-11-21 03:12:31 +00:00
b57cd4ede9
- patch from nathan ridge
...
- fixed deque regression
[SVN r80458]
2012-09-09 00:27:37 +00:00
80799eed95
C++11 fixes for deque
...
[SVN r80392]
2012-09-04 05:04:26 +00:00
a53f93ff1a
move-assign for vector
...
[SVN r80345]
2012-09-01 02:01:26 +00:00
705ca2b61b
move-assign for deque
...
[SVN r80344]
2012-09-01 01:04:12 +00:00
3613310b62
deque move-ctor OK on gcc
...
[SVN r80334]
2012-08-31 15:58:31 +00:00
c8b47ca3ca
Added move ctors for vector and deque (deque for gcc partially working for now)
...
no preprocessed files yet
[SVN r80331]
2012-08-31 14:33:12 +00:00
fad4a7ebeb
rearranging files
...
[SVN r78106]
2012-04-21 06:09:54 +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
b34a8c79e8
hide detail stuff
...
[SVN r77812]
2012-04-07 11:07:35 +00:00
ec99f829f3
updates
...
[SVN r77811]
2012-04-07 10:57:10 +00:00
93ce3bd9bf
c++ port of deque underway
...
[SVN r77808]
2012-04-07 09:56:07 +00:00
221e07a7a3
+ bumped copyright date
...
+ mpl::int_ optimizations
[SVN r77802]
2012-04-07 07:34:00 +00:00