14 Commits
Author SHA1 Message Date
Kohei Takahashi 67f0863cdd Fix includes. 2015-03-22 12:24:18 +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 4dd4773d3d Fix wrong include
and add tests for move.
2014-11-19 17:38:16 +09:00
Kohei Takahashi 465c3f273b result_of::{copy,move,swap} are now SFINAE-friendly 2014-11-10 14:38:42 +09:00
Kohei Takahashi 916df63a14 Add result_of::{copy,move}, close #5886
Thanks to: Jamboree
2014-11-10 14:32:23 +09:00
Kohei Takahashi bd5ce92e10 Replace type_traits::ice_and with well documented mpl::and_. 2014-11-08 02:32:06 +09:00
Eric Niebler c4f9f0d1b6 gpu-enable functions 2014-01-22 23:55:53 -08:00
Joel de Guzman 5a520585d8 Fixes #7955
[SVN r82668]
2013-01-31 13:01:36 +00:00
Joel de Guzman ea0cad5800 Added fusion::move algorithm
[SVN r82550]
2013-01-19 14:37:00 +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 80e3f4128b Added missing include
[SVN r70008]
2011-03-15 23:57:13 +00:00
Joel de Guzman 7215d8835f fixed assign bug
[SVN r69589]
2011-03-05 23:37:25 +00:00
Joel de Guzman 21588d6dac fixed wrong return type
[SVN r69583]
2011-03-05 14:48:47 +00:00
Joel de Guzman 1efa444f24 renamed assign to copy and moved it to a new algorithm/auxiliary category
[SVN r69137]
2011-02-22 01:30:12 +00:00