xiaotaiye / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

testing/complex.cu fails to compile with MSVC #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
$ cd testing
$ scons
.
.
complex.cu(451): error: identifier "is_same_type" is undefined
          detected during instantiation of "void TestComplex<ValueType>() [with
ValueType=float]"
(460): here

complex.cu(451): error: type name is not allowed
          detected during instantiation of "void TestComplex<ValueType>() [with
ValueType=float]"
(460): here

complex.cu(451): error: type name is not allowed
          detected during instantiation of "void TestComplex<ValueType>() [with
ValueType=float]"
(460): here

complex.cu(451): error: the global scope has no "result"
          detected during instantiation of "void TestComplex<ValueType>() [with
ValueType=float]"
(460): here

complex.cu(451): error: identifier "is_same_type" is undefined
          detected during instantiation of "void TestComplex<ValueType>() [with
ValueType=double]"
(460): here

complex.cu(451): error: type name is not allowed
          detected during instantiation of "void TestComplex<ValueType>() [with
ValueType=double]"
(460): here

complex.cu(451): error: type name is not allowed
          detected during instantiation of "void TestComplex<ValueType>() [with
ValueType=double]"
(460): here

complex.cu(451): error: the global scope has no "result"
          detected during instantiation of "void TestComplex<ValueType>() [with
ValueType=double]"
(460): here

Original issue reported on code.google.com by mjgarl...@gmail.com on 20 Oct 2010 at 4:22

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 1936b20a80.

Original comment by mjgarl...@gmail.com on 26 Oct 2010 at 3:30