История изменений
Исправление Deleted, (текущая версия) :
std::vector<uint8_t>
?
template<typename _Tp, typename _Alloc = std::allocator<_Tp>> _Tp*
std::vector< _Tp, _Alloc >::data () Returns a pointer such that [data(), data() + size()) is a valid range.
For a non-empty vector, data() == &front(). Definition at line 858 of file stl_vector.h.
Исходная версия Deleted, :
std::vector<uint8_t>
?