array icon indicating copy to clipboard operation
array copied to clipboard

contiguous container library - arrays with customizable allocation, small buffer optimization and more

Results 1 array issues
Sort by recently updated
recently updated
newest added

In flat_set::assign, the container only provides the basic exception guarantee if memory cannot be stolen from the input and the ::reserve() allocation throws. In addition, since input_view does not specify...