Skip to content

SBE 1.20.3 is generating C++ code with incorrect macro __cplucplus #824

@samkhopkar

Description

@samkhopkar

Below is a sample of generated code. The macro is missing a "s"

Needs to be __cplusplus instead of _cplucplus

#if __cpluplus >= 201703L
length += std::apply(SymbolResponses::computeLength, e);
#else
length += SymbolResponses::computeLength(std::get<0>(e), std::get<1>(e));
#endif

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