Skip to content

unsigned long long in DASH #688

@Goon83

Description

@Goon83

Hi,
Met another problem in DASH. I tried to embed the below code into ArrayUDF. The compiler says that "unsigned long long" is not directly supported in DASH. The conversion to "unsigned long" is required but it fails. Any hint to resolve this ?

Thanks,
Bin

Code:

dash::SizeSpec<2, unsigned long long> dash_size_spec = dash::SizeSpec<2, unsigned long long>();

Error info from compiler:

opt/dash-0.4.0//include/dash/Cartesian.h:197:7: note: candidate
      constructor (the implicit copy constructor) not viable: no known
      conversion from 'SizeSpec<[...], unsigned long long>' to 'const
      SizeSpec<[...], unsigned long>' for 1st argument
class SizeSpec : public CartesianSpace<NumDimensions, SizeType>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions