-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Labels
No labels