2b14951660
Split c++14 like index_sequence into support/detail.
2015-06-22 21:58:54 +09: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
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
f5fe438f14
Add mpl::clear implementation for std::tuple
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-06-09 21:59:05 +09:00
219b4124d7
Add convert implementation for std::tuple
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-06-09 21:59:05 +09:00
c4f9f0d1b6
gpu-enable functions
2014-01-22 23:55:53 -08:00
80b4ce43c5
Fixes #8418
...
[SVN r84000]
2013-04-21 13:54:59 +00:00
524769f6fb
patch for clang from Michel Morin
...
[SVN r78176]
2012-04-24 01:40:17 +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
e08976a68d
fix for case where Sequence is const
...
[SVN r74589]
2011-09-27 11:45:24 +00:00
b2c3737eaf
Added adapter for std::tuple (only for implementations using variadic templates)
...
[SVN r74546]
2011-09-24 13:07:09 +00:00