Skip to content

error report: ambiguous call (macOS with default settings) #33

Description

@EvergreenTree

Just FYI, I tested the program on macOS system with default settings, and got the following error message. I believe it may be a namespace problem. Could you help solving this?

g++ -g -std=c++0x -MMD -w -I include -c -o build/nist_spblas.o src/nist_spblas.cc
src/nist_spblas.cc:1318:12: error: call to 'conj' is ambiguous
t += conj(x[i]) * y[index[i]*incy];
^~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions