Skip to content

Add compiler guards for modern C++ features #6

Description

@amklinv-nnl

stdBLAS is required to support C++17, meaning we can't rely on the compiler to provide features like cartesian_product. Add compilation guards to default to sequential versions for very old compilers, rather than the new stdpar implementation.

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