Skip to content

Ambiguous constructor in IterableQueueModel? #26

@wesketchum

Description

@wesketchum

I'm getting call of overloaded 'IterableQueueModel(uint32_t&)' is ambiguous errors when trying to compile using this constructor:

explicit IterableQueueModel(std::size_t size) // size must be >= 2

I think due to the fact that defaults are set for everything but size in

I'm guessing this has gotten by because we typically declare without a size and call an allocate_memory later?

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