I'm trying both and they always return the same to me. Is there a specific case where only one of the two can be used?
// Example 1:
std::allocator<int> alloc;
int arr[5]{7,7,7,7,7 };
int *arr2 = new int[5]{5,5,5,5,5};
std::uninitia...
asked by
14.12.2018 / 15:09