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
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
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
c6448b9e45
transform: Stopped use of mpl::apply
...
it causes unintended MPL substitution
2018-07-07 01:06:05 +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
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
0e7a013851
Bumped copyright date
...
[SVN r74407]
2011-09-16 05:30:23 +00:00
Steven Watanabe
c9a5364472
Clean up GCC warnings. Fixes #3033 .
...
[SVN r62869]
2010-06-12 17:59:10 +00:00
Steven Watanabe
7c986ebd61
Clean up MSVC build. Fixes #1619 . Fixes #3074 .
...
[SVN r62854]
2010-06-12 15:58:31 +00:00
Hartmut Kaiser
03290abb85
Fusion: silenced a couple of MSVC warnings created during Spirit test runs
...
[SVN r57502]
2009-11-09 03:57:40 +00:00
John Maddock
6d462cbd63
Changed macro BOOST_PARTIAL_SPECIALIZATION_EXPLICIT_ARGS to BOOST_NO_PARTIAL_SPECIALIZATION_DEFAULT_ARGS.
...
Changed <utility> to <boost/config/no_tr1/utility.hpp> in order to prevent cyclic dependencies between Fusion Tuples and TR1.
[SVN r44692]
2008-04-21 12:06:02 +00:00
Joel de Guzman
6e7e8a12eb
bug fix
...
[SVN r41299]
2007-11-22 08:39:46 +00:00
Joel de Guzman
1c5bc499a7
Workarounds for Fusion on IBM xlc
...
[SVN r40766]
2007-11-05 02:10:42 +00:00
Dan Marsden
78a8321eab
fixing missing traversal category on binary transform view, by reusing zip_view algorithm
...
[SVN r40516]
2007-10-27 22:18:13 +00:00
Joel de Guzman
32f1c58ce7
branch for creating branch for fusion 2.1
...
[SVN r40237]
2007-10-21 00:52:09 +00:00
Joel de Guzman
7a6e82b7cf
Removed file/folder
...
[SVN r40234]
2007-10-21 00:47:59 +00:00
Joel de Guzman
fc57a566cb
creating branch for fusion 2.1
...
[SVN r40232]
2007-10-20 23:59:59 +00:00