e79a8690f0
Merge branch 'develop'
2022-09-26 08:11:49 +08:00
08076be2ac
Explicitly delete all non implemented assignment operators.
...
Commit (almost) automatically generated with the following sed command:
sed -i -ne '1h;1!H;${g;s|\n[[:blank:]]*private:\n\([[:blank:]]*\)// silence MSVC warning C4512: assignment operator could not be generated\n\([[:blank:]]*\)\([^\n]\+\);\n|\n\1// silence MSVC warning C4512: assignment operator could not be generated\n\2BOOST_DELETED_FUNCTION(\3)\n|g;p}' $(git ls-files)
2019-05-08 17:11:37 +00:00
2160949150
A slightly cleaner N3031 workaround
2018-10-12 00:34:20 +03:00
a3abadb884
map_fwd: Do not include the implementation details
2018-09-25 02:21:05 +03:00
a273cd8131
Added workaround for msvc-14.x
2018-04-19 00:21:41 +09:00
dd695c1dbd
Fixed a compile error bug similar to previous vector's one
2018-04-18 22:38:09 +09:00
38818fbe3d
Add limits precheck
2018-02-20 22:44:34 +03:00
099333b61d
map: Switch to SFINAE in template parameters
...
Fixes #163 .
Since C++11 we can do SFINAE in template parameters. VS2017 15.5 doesn't like
the SFINAE on argument here, but do not ask me why, because I have no idea.
2017-12-14 00:05:28 +03:00
451e21adb3
Update workarounds for msvc 14.1
2017-04-30 23:26:24 +09:00
64b8406c16
Introduce detail::enabler instead of fusion::void_.
2015-12-10 17:06:04 +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
e37fd170ce
Preprocessing...
2015-07-28 01:02:41 +09:00
ddcd3cdf93
Likewise.
2015-06-17 01:40:45 +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
505d41ea67
Merge pull request #49 from Flast/bugfix/msvc
...
Fix two major MSVC issues.
2015-02-09 06:53:57 +08:00
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
995202044c
Basic move support for c++03 map
2015-01-21 23:11:57 +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
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
9075da0790
Mitigate too noisy name-hiding warnings (C4453) on VS2015 Preview.
...
NOTE: This commit doesn't contain new preprocessed file to review easier.
2014-11-19 13:20:36 +09:00
c952a5c053
Const correctness fix for result_of::deref_data
2014-11-19 07:54:37 +08:00
0f34b3a692
Fixed C++11 implementation of map's result_of::deref_data to return a
...
reference as expected.
2014-11-18 23:11:20 +08:00
f716d2f410
Merge various hotfixes into develop.
2014-11-01 22:00:45 +09:00
1b4acaa1b0
Fix unexpected lookup failure with GCC < 4.5.
2014-11-01 21:16:26 +09:00
3b3da1a10a
Use boost::declval instead of std::declval, close #10190 .
...
Thanks-to: Niklas Angare
2014-10-31 10:09:30 +09:00
561b762f57
avoid unused argument warning in map_impl
2014-10-09 14:17:17 +02:00
efad85a925
fixes Ticket #9455
2014-03-18 23:43:23 +08:00
e113b31fdd
final gpu-enabling tweaks
2014-01-28 14:32:03 -08: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
266a7622ba
Fixes #9110
...
[SVN r86165]
2013-10-05 18:47:44 +00:00
3b24ed44f8
specialization of convert_impl for map_tag, refs #8759
...
[SVN r84937]
2013-07-02 02:10:04 +00:00
e83960d3e9
allow map keys to be forward declared only
...
[SVN r84275]
2013-05-13 23:01:05 +00:00
b36426c8e3
patches from tongari: allow custom Associative Sequence which doesn't have fusion::pair
...
as elements.
[SVN r83455]
2013-03-16 07:28:23 +00:00
fb3bd4cea8
minor cleanup
...
[SVN r82727]
2013-02-04 11:54:59 +00:00
9672fe5385
map move supported + value_at_impl added
...
[SVN r82726]
2013-02-04 11:52:58 +00:00
85119dbd21
added as_map
...
fixed bug: wrong iterator category for map_iterator
[SVN r82721]
2013-02-04 09:52:52 +00:00
228401d898
More map tests and more API features implemented + tweaks to affected components
...
[SVN r82713]
2013-02-04 06:21:45 +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
01f002f084
tweaked cref_result and ref_result to be non-lazy (for consistency).
...
[SVN r78058]
2012-04-18 02:57:56 +00:00
b6df98e86c
Made map random access. Thanks to Brandon Kohn!
...
[SVN r74881]
2011-10-10 09:55:41 +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