mirror of
https://github.com/boostorg/compute.git
synced 2026-01-27 18:52:15 +00:00
6fdffd8a2b16cd71fb20dd210bb39950429198f8
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.
Boost.Compute - A C++ GPGPU Computing Library for OpenCL
Description
Languages
C++
96.3%
CMake
2.3%
Cuda
1%
Python
0.3%