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
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