Nikita Kniazev
036b90cd5d
Fix Clang 13 -Wdeprecated-copy warnings ( #261 )
...
Clang 13 have new warning under the same group
2022-10-11 10:28:11 +08:00
Denis Mikhailov
cd2d748648
Added missing includes ( #246 )
2022-09-26 14:02:56 +08:00
denzor200
6ee2b188ef
[transform_view_ext] Unary transform_view is an Associative Sequence now
2022-09-26 11:41:12 +08:00
Nikita Kniazev
22be72a3c5
deref_data_impl.hpp: fix missing includes
2022-09-26 08:56:30 +08:00
Nikita Kniazev
90721d48e9
Fix Clang 13 -Wdeprecated-copy warnings
...
Clang 13 have new warning under the same group
2022-09-26 08:56:30 +08:00
denzor200
c59c1790c3
[identity_view] Fix for spoiled prvalue
2022-09-26 08:55:25 +08:00
denzor200
596056930a
[identity_view] Added boost::fusion::identity_view
2022-09-26 08:55:25 +08:00
denzor200
360dd957f2
[transform_view_ext] Unary transform_view is an Associative Sequence now
2022-09-26 08:55:10 +08:00
djowel
e79a8690f0
Merge branch 'develop'
2022-09-26 08:11:49 +08:00
Joel de Guzman
4a699a39f5
Merge pull request #222 from k15tfu/fix-issue-221
...
Fix definition-of-implicit-copy-constructor-is-deprecated warnings
2020-10-06 09:20:17 +08:00
Nikita Kniazev
4979945690
Fix -Wdeprecated-copy
2020-04-30 02:47:37 +03:00
Ilia K
9dca58bd33
Fix definition-of-implicit-copy-constructor-is-deprecated warnings
...
Fixes #221
2020-04-20 19:02:10 +03:00
Romain Geissler
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
Kohei Takahashi
48f8af3e73
filter_view: Removed redundant filter operation
...
Iterator constructor always filters and determines right position.
2018-07-07 09:30:17 +09:00
Kohei Takahashi
cc3fbc4f5d
Removed unused headers
2018-07-07 09:30:17 +09:00
Kohei Takahashi
c6448b9e45
transform: Stopped use of mpl::apply
...
it causes unintended MPL substitution
2018-07-07 01:06:05 +09:00
Nikita Kniazev
d5740f8310
Fixed extra semicolon
2016-09-01 17:57:15 +03:00
Kohei Takahashi
12b25c2c99
Correct workaround condition.
2016-03-09 10:19:22 +09:00
Kohei Takahashi
275236f86e
Workaround for ICE on GCC 4.0 and 4.1.
2016-03-08 15:36:21 +09:00
Kohei Takahashi
a8b70d6679
Workaround for ICE on GCC 4.0.0.
2016-03-08 14:43:32 +09:00
Louis Dionne
4d3891ed31
Remove invalid odr-usages of boost::declval.
2015-11-07 16:11:06 -05:00
Kohei Takahashi
4d5da0371b
Suppress undefined inline function warning.
2015-10-27 07:59:55 +09:00
Joel de Guzman
18742c6922
Merge pull request #105 from boostorg/variadics
...
Merge variadics into develop.
2015-10-22 15:40:04 +08:00
Kohei Takahashi
a6d1b303b3
Fix block comment style.
...
Intel Compiler warns on nested comment.
2015-09-09 13:35:03 +09:00
Kohei Takahashi
7739e4026d
Adjust fusion::nview for variadic templates based fusion::vector
...
since FUSION_MAX_VECTOR_SIZE won't define in c++11.
2015-06-29 12:11:06 +09:00
Kohei Takahashi
ddcd3cdf93
Likewise.
2015-06-17 01:40:45 +09:00
Kohei Takahashi
83a08934c8
Prepare to merge
2015-04-19 11:56:21 +09:00
Kohei Takahashi
f45c94fa43
Merge remote-tracking branch 'origin/develop' into feature/constexpr
2015-03-04 02:20:52 +09:00
Kohei Takahashi
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
Kohei Takahashi
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
Kohei Takahashi
d7c918e36f
Fix ODR-used violations.
2015-01-11 02:15:45 +09:00
Kohei Takahashi
ae23ffb8b6
Fix include guard mismatch
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-28 11:45:47 +09:00
Kohei Takahashi
73f058b381
Fix include guard mismatch.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-17 18:53:45 +09:00
Jamboree
fd3a18ce1a
flatten/flatten_view/ref
2014-04-04 14:38:38 +08:00
Eric Niebler
e5b0f3c2e1
gpu-enable more functions, but not stream inserters and extractors
2014-01-23 21:30:18 -08:00
Eric Niebler
c4f9f0d1b6
gpu-enable functions
2014-01-22 23:55:53 -08:00
Joel de Guzman
6d265316ed
Workaround for ObjC (mis)use of nil (from Mathias Gaunard)
...
[SVN r81628]
2012-11-30 02:31:23 +00:00
Marshall Clow
e1819c11b2
Remove usage of deprecated macros
...
[SVN r81452]
2012-11-21 03:12:31 +00:00
Joel de Guzman
b63c8214d7
Patches from Nathan Ridge using SFINAE to disable the Fusion algorithms for non-{Fusion sequence} types
...
[SVN r78463]
2012-05-14 00:37:21 +00:00
Joel de Guzman
38cd16639d
Fixes Ticket #6372
...
[SVN r76395]
2012-01-10 02:03:43 +00:00
Joel de Guzman
1c51ad943a
Fix for ticket #6338
...
[SVN r76238]
2011-12-31 05:48:27 +00:00
Joel de Guzman
0a520f6021
fix problem where sizeof(int) != sizeof(long)
...
[SVN r75563]
2011-11-20 10:59:09 +00:00
Joel de Guzman
bbf10066bc
C++11 patches by Michel Morin
...
[SVN r75394]
2011-11-07 22:07:05 +00:00
Joel de Guzman
c2052a3c0c
Fix Ticket #6067
...
[SVN r75318]
2011-11-04 20:37:33 +00:00
Joel de Guzman
0e7a013851
Bumped copyright date
...
[SVN r74407]
2011-09-16 05:30:23 +00:00
Eric Niebler
def510808d
bug fixes to segmented fusion support, more fwd headers
...
[SVN r73927]
2011-08-19 18:41:11 +00:00
Eric Niebler
9dd14c435e
make find and find_if algorithms segment-aware, stylistic consistency tweaks
...
[SVN r73892]
2011-08-18 17:12:05 +00:00
Eric Niebler
528ad04fdb
baking segmented Fusion
...
[SVN r73854]
2011-08-17 18:53:56 +00:00
Eric Niebler
2ccb8d604f
progress with integrating the segmented Fusion work
...
[SVN r73831]
2011-08-16 23:07:51 +00:00
Eric Niebler
afbda073a3
naming tweaks
...
[SVN r73771]
2011-08-15 06:53:35 +00:00