Commit Graph

53 Commits

Author SHA1 Message Date
981f71d04f Use boost::enable_if_has_type instead. 2015-11-01 11:10:11 +09:00
d937003962 Prepare implementing c++11 variadic based fusion::vector. 2015-06-28 01:15:51 +09:00
ddcd3cdf93 Likewise. 2015-06-17 01:40:45 +09:00
cac994a7c6 Stop Using type_traits details.
Best not to use type_traits undocumented details, these will be moving soon, and use of this header will warn loud and clear if you continue to use it.
2015-05-21 19:14:12 +01: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
e014a1d173 Fix #10443 completely.
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-10-22 19:42:48 +09:00
812e9e379e Fix wrong partial specializations.
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-10-22 01:02:39 +09:00
6cad6bef99 fixes ticket #10443. invoke is now sfinae friendly. 2014-10-20 06:23:52 +08:00
e113b31fdd final gpu-enabling tweaks 2014-01-28 14:32:03 -08:00
c4f9f0d1b6 gpu-enable functions 2014-01-22 23:55:53 -08:00
e1819c11b2 Remove usage of deprecated macros
[SVN r81452]
2012-11-21 03:12:31 +00:00
78ff3d8831 Fixed code to allow decltype implementation of boost::result_of with BOOST_RESULT_OF_USE_DECLTYPE defined.
[SVN r80395]
2012-09-04 13:40:38 +00:00
a46bd7ab72 patch for ticket #6910 by michel
[SVN r78507]
2012-05-19 01:18:43 +00:00
7c986ebd61 Clean up MSVC build. Fixes #1619. Fixes #3074.
[SVN r62854]
2010-06-12 15:58:31 +00:00
253c763b45 Fix Ticket #1614:
[SVN r53917]
2009-06-15 03:30:35 +00:00
fb3de90679 introduces unfused adapter
[SVN r53903]
2009-06-14 11:09:03 +00:00
a26354b70e updates functional module: only two unfused variants, now
[SVN r51379]
2009-02-22 06:23:56 +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
32f1c58ce7 branch for creating branch for fusion 2.1
[SVN r40237]
2007-10-21 00:52:09 +00:00
7a6e82b7cf Removed file/folder
[SVN r40234]
2007-10-21 00:47:59 +00:00
fc57a566cb creating branch for fusion 2.1
[SVN r40232]
2007-10-20 23:59:59 +00:00
13b01b0bfe Removed file/folder
[SVN r40230]
2007-10-20 23:49:46 +00:00
361635c5ab reverting to 2.0
[SVN r40220]
2007-10-20 22:33:52 +00:00
c35180f4f9 phase4: refactoring for v2.1
[SVN r40213]
2007-10-20 13:13:58 +00:00
9243ee2450 phase2: refactoring for v2.1
[SVN r40209]
2007-10-20 11:31:03 +00:00
e90a217a2c removing files added by the cvs import incorrectly
[SVN r38407]
2007-08-02 20:34:13 +00:00
2536037ff7 removing another dead file from the cvs import
[SVN r38406]
2007-08-02 20:24:47 +00:00
f6b7afa277 changes semantics to contain only operator() overloads for one arity
[SVN r38268]
2007-07-22 08:30:58 +00:00
367a572f54 qualifies lookup of type traits names
[SVN r38256]
2007-07-17 21:44:36 +00:00
97a49614f9 removes unnecessary #includeS
[SVN r38255]
2007-07-17 21:43:14 +00:00
50bd63adcd fixes const-correctness
[SVN r38222]
2007-07-15 16:25:11 +00:00
76bb8db5b7 code tidying (insignificant changes)
[SVN r38220]
2007-07-14 20:22:30 +00:00
50d52fa1c4 code tidying
[SVN r38219]
2007-07-14 20:21:54 +00:00
1ed9b6204b fixes compilation problems with msvc
[SVN r38212]
2007-07-13 21:36:02 +00:00
f05493abf0 fixes result computation problem
[SVN r38208]
2007-07-13 18:47:02 +00:00
f119120d24 corrects missing references in boost::result_of signature
[SVN r38205]
2007-07-13 16:37:22 +00:00
c57e840377 adds const correctness, simplifies code, fixes nullary member function invocation
[SVN r38204]
2007-07-13 16:29:45 +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
8ff2dca34a adds missing include
[SVN r38199]
2007-07-13 14:20:38 +00:00
e2015823f6 makes unfused_* work exclusively through boost::result_of
[SVN r38198]
2007-07-13 14:09:25 +00:00
f6184f5f29 fixes bad parameter lists for template friends
[SVN r38195]
2007-07-12 15:57:18 +00:00
8eda5d32ca completes boost::result_of-based result type computation
[SVN r38194]
2007-07-12 09:08:46 +00:00
a2046a5aa6 fixes for msvc related to fusion result_of compatibility
[SVN r37971]
2007-06-11 21:09:44 +00:00
0fcbc5b467 result_of and polymorphic function obj compatibility
[SVN r37962]
2007-06-11 07:01:05 +00:00
d171c25dd2 fixes bug in unfused_generic reported by Eric Niebler
[SVN r37739]
2007-05-22 10:53:49 +00:00
ddf9cb743a updates VC7.1 workaround
[SVN r37293]
2007-03-26 19:58:44 +00:00