|
6ab68a29d8
|
Workaround for LWG 2408: SFINAE-friendly std::iterator_traits.
Now available for GCC(libstdc++v3) < 4.5 and MSVC 12.0.
It means, there is no ambiguous about calling next/prior/... via ADL.
|
2015-02-05 23:04:36 +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 |
|
|
223c7d520f
|
Fix overload resolution failure.
Because the ctor `deque(U &&...)` is also performed as `deque(U const&...)`.
|
2014-12-05 01:39:27 +09: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 |
|
|
d05b854c58
|
Correct variadic based fusion::deque requirements
|
2014-12-02 08:37:58 +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 |
|
|
0ed591d214
|
Fix compilation error with as_deque in C++11.
|
2014-11-12 14:59:28 -05: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 |
|
|
85119dbd21
|
added as_map
fixed bug: wrong iterator category for map_iterator
[SVN r82721]
|
2013-02-04 09:52:52 +00: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 |
|
|
4272519a3c
|
cleanup
[SVN r82670]
|
2013-01-31 15:56:00 +00:00 |
|
|
9dcdfa323f
|
Better deque conversion
[SVN r82669]
|
2013-01-31 15:31:28 +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 |
|
|
f9d6e05676
|
Applied patches for Tickets #7738, #7737 and #7646
[SVN r82348]
|
2013-01-04 01:43:06 +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 |
|
|
c8224c8bdf
|
deque fix for ambiguity and making ctors explicit
[SVN r78056]
|
2012-04-18 01:18:10 +00:00 |
|
|
ecc87abaab
|
more deque updates
[SVN r77967]
|
2012-04-14 00:57:15 +00:00 |
|
|
d87b5a8000
|
minor tweaks
[SVN r77814]
|
2012-04-07 12:02:16 +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 |
|
|
2936fd30fb
|
missing include
[SVN r77810]
|
2012-04-07 10:26:23 +00:00 |
|
|
a36f0f95cb
|
c++ port of deque working
[SVN r77809]
|
2012-04-07 10:08:00 +00:00 |
|
|
93ce3bd9bf
|
c++ port of deque underway
[SVN r77808]
|
2012-04-07 09:56:07 +00:00 |
|
|
e15c27bc8b
|
partial update (upgrade to c++11)
[SVN r77805]
|
2012-04-07 07:54:18 +00:00 |
|
|
92d51dcfa8
|
c++11 version start
[SVN r77803]
|
2012-04-07 07:43:05 +00:00 |
|
|
221e07a7a3
|
+ bumped copyright date
+ mpl::int_ optimizations
[SVN r77802]
|
2012-04-07 07:34:00 +00:00 |
|
|
9b16a51364
|
preprocessed files gen for algorithm
[SVN r74449]
|
2011-09-18 10:48:29 +00:00 |
|
|
223e14f702
|
More preprocessed files. This completes the container module.
[SVN r74446]
|
2011-09-18 10:03:59 +00:00 |
|
|
3c92230f82
|
More preprocessed files
[SVN r74429]
|
2011-09-17 05:52:59 +00:00 |
|
|
f31150f58a
|
fixed and updated copyright dates
[SVN r74415]
|
2011-09-16 07:00:41 +00:00 |
|
|
0e7a013851
|
Bumped copyright date
[SVN r74407]
|
2011-09-16 05:30:23 +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 |
|