2
0
mirror of https://github.com/boostorg/compute.git synced 2026-01-27 18:52:15 +00:00
Kyle Lutz 6fdffd8a2b Replace usages of result_of() with tr1_result_of()
This fixes a bug in which boost::result_of() would return the
wrong result type for a function due to the new implementation
using decltype instead of the result_of protocol on compilers
that sufficently support C++11 (such as clang >= 3.2).

Now, boost::tr1_result_of() is used to explicitly request that
the result_of protocol be used even when decltype is supported
by the compiler.
2013-04-10 20:17:34 -04:00
2013-03-02 15:14:17 -05:00
2013-03-02 15:14:17 -05:00
2013-03-02 15:14:17 -05:00
2013-03-02 15:14:17 -05:00
2013-03-02 15:14:17 -05:00
2013-03-02 15:14:17 -05:00
2013-03-02 15:14:17 -05:00
2013-03-02 15:14:17 -05:00

Boost.Compute - A C++ GPGPU Computing Library for OpenCL
Description
Mirrored via gitea-mirror
Readme 10 MiB
Languages
C++ 96.3%
CMake 2.3%
Cuda 1%
Python 0.3%