Commit Graph

14 Commits

Author SHA1 Message Date
981f71d04f Use boost::enable_if_has_type instead. 2015-11-01 11:10:11 +09:00
8c72a0012f Merge remote-tracking branch 'origin/develop' into feature/sfinae-friendly-result_of 2015-03-09 10:45:42 +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
bd4b1cdac6 Fix #10443: SFINAE-friendly result_of::invoke.
It means previous pull-requests (#24) is still incomplete.
2015-02-12 21:21:01 +09:00
c4f9f0d1b6 gpu-enable functions 2014-01-22 23:55:53 -08:00
7c986ebd61 Clean up MSVC build. Fixes #1619. Fixes #3074.
[SVN r62854]
2010-06-12 15:58:31 +00:00
c51fc2ebee fixed non-ascii chars
[SVN r47676]
2008-07-22 09:07:07 +00:00
d7c204356f removes superfluous remove_reference in result computation, as reported by Eric Niebler
[SVN r41008]
2007-11-11 17:56:21 +00:00
f119120d24 corrects missing references in boost::result_of signature
[SVN r38205]
2007-07-13 16:37:22 +00:00
909825a34f simplifies code (minor changes)
[SVN r38202]
2007-07-13 16:26:50 +00:00
f598633cd0 adds const-correctness, simplification
[SVN r38201]
2007-07-13 15:12:14 +00:00
0fcbc5b467 result_of and polymorphic function obj compatibility
[SVN r37962]
2007-06-11 07:01:05 +00:00
324923acc2 changes is_convertible<category_of... to is_<concept>
[SVN r37231]
2007-03-19 18:16:21 +00:00
0ea1bbb067 adds functional module
[SVN r36955]
2007-02-15 22:41:45 +00:00